Skip to content

Commit e094798

Browse files
jjantaws-sdk-rust-ci
authored andcommitted
[smithy-rs] Fix tracing-subscriber missing regex features issue (#2618)
## Description See #2619. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent ca3b4a5 commit e094798

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sdk/aws-credential-types/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ version = "0.55.1"
4646
[dev-dependencies.tokio]
4747
version = "1.23.1"
4848
features = ["full", "test-util", "rt"]
49+
50+
[dev-dependencies.regex]
51+
version = "1.0"
52+
features = ["unicode-case", "unicode-perl"]

versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
smithy_rs_revision = 'e941e810f9e8b07c74ed98cdf8fca1f42c031a4c'
1+
smithy_rs_revision = '1b138b09a2196d67fe6bc6a7b481ba4edfe25b0e'
22
aws_doc_sdk_examples_revision = '1f48dbeac254cb3fa6d3eb25628ee748d42017d1'
33

44
[manual_interventions]
@@ -11,7 +11,7 @@ source_hash = '1b7f595c14aa8e04fdb4f22e6be46724826426334ce60269bf55805b8e2755fb'
1111
[crates.aws-credential-types]
1212
category = 'AwsRuntime'
1313
version = '0.55.1'
14-
source_hash = '199e8289c421323558946caa985bc48bdb96677b5f1ceca11c99df5b615be3a1'
14+
source_hash = '630bdecec4e67bd8d69cf5cafcfcfd670733fe0c10c85ac5d34de06b6d7969b4'
1515

1616
[crates.aws-endpoint]
1717
category = 'AwsRuntime'

0 commit comments

Comments
 (0)