Unverified Commit dd517bc8 authored by Julian Antonielli's avatar Julian Antonielli Committed by GitHub
Browse files

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._
parent 2b7a19ef
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@ env_logger = "0.9.0"

tokio = { version = "1.23.1", features = ["full", "test-util", "rt"] }
tracing-test = "0.2.1"
# TODO(https://github.com/awslabs/smithy-rs/issues/2619): Remove this
# workaround once the fixed is upstreamed.
regex = { version = "1.0", features = ["unicode-case", "unicode-perl"] }

[package.metadata.docs.rs]
all-features = true