summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2023-04-21 10:51:12 +0200
committerDavid Pedersen <david.pdrsn@gmail.com>2023-04-21 17:45:31 +0200
commitc378211b1277506816a910ff0e60df57942c8d8d (patch)
treefedd633d8636000dca64badebe6f0128eec0b63a /deny.toml
parent4d5035faf88922b2603afc29994366a6c01f3702 (diff)
Allow duplicate regex-syntax in examples
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 9a3fd955..23347652 100644
--- a/deny.toml
+++ b/deny.toml
@@ -27,6 +27,8 @@ skip-tree = [
{ name = "syn" },
# until 1.0 is out we're pulling in both 0.14 and 1.0-rc.x
{ name = "hyper" },
+ # pulled in by tracing-subscriber
+ { name = "regex-syntax" }
]
[sources]