We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4e380 commit e274f1bCopy full SHA for e274f1b
aws/rust-runtime/aws-credential-types/Cargo.toml
@@ -14,6 +14,7 @@ test-util = []
14
[dependencies]
15
aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async" }
16
aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" }
17
+regex = { version = "1", features = ["unicode-case"] }
18
fastrand = "1.4.0"
19
tokio = { version = "1.23.1", features = ["sync"] }
20
tracing = "0.1"
0 commit comments