summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2023-03-18 20:23:27 +0100
committerGitHub <noreply@github.com>2023-03-18 19:23:27 +0000
commit8e1eb8979f58552dc5fefe3b09aa7da21ed48b8b (patch)
treea15e1cb5dc4b43a0c6209d4670a2b169be51e5e9 /deny.toml
parentb315e5b37ef7e9fd2ad24b6e6ddd8bfbee1e79cf (diff)
Update to syn 2 (#1862)
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 a53b047b..c543455c 100644
--- a/deny.toml
+++ b/deny.toml
@@ -23,6 +23,8 @@ skip-tree = [
{ name = "windows-sys" },
# old version pulled in by rustls via ring
{ name = "spin" },
+ # lots still pulls in syn 1.x
+ { name = "syn" },
]
[sources]