Skip to content

Commit ac4865c

Browse files
committed
Temp allow dup version of matchers
Tracking issue tokio-rs/tracing#3033 Minor version alignment issue in the tracing ecosystem causing dup version :/ Signed-off-by: Daniel Noland <[email protected]>
1 parent d5de0e0 commit ac4865c

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@ skip-tree = [
194194
name = "syn"
195195
reason = "syn is basically always a build time dependency so we aren't shipping multiple versions"
196196

197+
[[bans.skip]]
198+
name = "regex-automata"
199+
reason = "needed for test tracing. Remove this exception when https://github.com/tokio-rs/tracing/pull/3033 lands"
200+
201+
[[bans.skip]]
202+
name = "regex-syntax"
203+
reason = "needed for test tracing. Remove this exception when https://github.com/tokio-rs/tracing/pull/3033 lands"
204+
197205
# This section is considered when running `cargo deny check sources`.
198206
# More documentation about the 'sources' section can be found here:
199207
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html

0 commit comments

Comments
 (0)