summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Platte <jplatte+git@posteo.de>2024-09-20 19:38:29 +0200
committerJonas Platte <jplatte+git@posteo.de>2024-09-20 20:34:07 +0200
commit69fac0a06550abf144f377f57db015e3db51008d (patch)
tree330fed7d6f8ca071538be369651523decb7b4bb1
parent652e59b0c0d6b4b65d071f1b21c58eedfa89542c (diff)
ci: Add more allowances for multiple version of the same crate
-rw-r--r--deny.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index d95bdf29..c32c8715 100644
--- a/deny.toml
+++ b/deny.toml
@@ -33,6 +33,11 @@ skip-tree = [
{ name = "regex-automata" },
# pulled in by hyper
{ name = "socket2" },
+ # hyper-util hasn't upgraded to 0.5 yet, but it's the same service / layer
+ # crates beneath
+ { name = "tower" },
+ # tower hasn't upgraded to 1.0 yet
+ { name = "sync_wrapper" },
]
[sources]