Skip to content

Commit cbbcf29

Browse files
authored
Update dependencies (#50)
1 parent 49e3e09 commit cbbcf29

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

deny.toml

-5
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ deny = [
2222
{ name = "openssl-sys" },
2323
]
2424
skip = [
25-
# most crates still use the pre-1.0 version
26-
{ name = "cfg-if", version = "=0.1.10" },
2725
]
2826
skip-tree = [
29-
# hyper uses the pre-1.0 version
30-
{ name = "pin-project", version = "=0.4.27" },
3127
]
3228

3329
[licenses]
@@ -44,7 +40,6 @@ exceptions = [
4440
{ allow = ["ISC"], name = "webpki" },
4541
{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" },
4642
{ allow = ["Zlib"], name = "tinyvec" },
47-
{ allow = ["BSD-3-Clause"], name = "instant" },
4843
]
4944

5045
[[licenses.clarify]]

0 commit comments

Comments
 (0)