Skip to content

Commit e274f1b

Browse files
fix unicode parse error
1 parent 6c4e380 commit e274f1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/rust-runtime/aws-credential-types/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ test-util = []
1414
[dependencies]
1515
aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async" }
1616
aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" }
17+
regex = { version = "1", features = ["unicode-case"] }
1718
fastrand = "1.4.0"
1819
tokio = { version = "1.23.1", features = ["sync"] }
1920
tracing = "0.1"

0 commit comments

Comments
 (0)