Skip to content

Commit a1f2359

Browse files
cargo-deny: Remove libloading dependencies
1 parent 5f7175d commit a1f2359

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

deny.toml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -39,40 +39,3 @@ allow-git = [
3939
[[bans.skip]]
4040
name = "syn"
4141
version = "1.0"
42-
43-
# https://github.com/nagisa/rust_libloading/pull/136
44-
[[bans.skip]]
45-
name = "windows_x86_64_msvc"
46-
version = "0.48"
47-
# https://github.com/nagisa/rust_libloading/pull/136
48-
[[bans.skip]]
49-
name = "windows_x86_64_gnullvm"
50-
version = "0.48"
51-
# https://github.com/nagisa/rust_libloading/pull/136
52-
[[bans.skip]]
53-
name = "windows_x86_64_gnu"
54-
version = "0.48"
55-
# https://github.com/nagisa/rust_libloading/pull/136
56-
[[bans.skip]]
57-
name = "windows_i686_msvc"
58-
version = "0.48"
59-
# https://github.com/nagisa/rust_libloading/pull/136
60-
[[bans.skip]]
61-
name = "windows_i686_gnu"
62-
version = "0.48"
63-
# https://github.com/nagisa/rust_libloading/pull/136
64-
[[bans.skip]]
65-
name = "windows_aarch64_msvc"
66-
version = "0.48"
67-
# https://github.com/nagisa/rust_libloading/pull/136
68-
[[bans.skip]]
69-
name = "windows_aarch64_gnullvm"
70-
version = "0.48"
71-
# https://github.com/nagisa/rust_libloading/pull/136
72-
[[bans.skip]]
73-
name = "windows-targets"
74-
version = "0.48"
75-
# https://github.com/nagisa/rust_libloading/pull/136
76-
[[bans.skip]]
77-
name = "windows-sys"
78-
version = "0.48"

0 commit comments

Comments
 (0)