summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2023-03-22 23:42:14 +0100
committerDavid Pedersen <david.pdrsn@gmail.com>2023-04-21 17:45:31 +0200
commitc97967252de9741b602f400dc2b25c8a33216039 (patch)
treece0100aa4c7221025824122fbea6077ef3cf60f3 /deny.toml
parent6703f8634c33ad9dd3ae1afb4460b99ad26ccd49 (diff)
Add `serve` function and remove `Server` re-export (#1868)
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 c543455c..9a3fd955 100644
--- a/deny.toml
+++ b/deny.toml
@@ -25,6 +25,8 @@ skip-tree = [
{ name = "spin" },
# lots still pulls in syn 1.x
{ name = "syn" },
+ # until 1.0 is out we're pulling in both 0.14 and 1.0-rc.x
+ { name = "hyper" },
]
[sources]