You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deny.toml
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ skip = [
20
20
{ name = "arrayvec", version = "0.5.2" },
21
21
# One-time exception for base64 due to its prevalence in the crate graph.
22
22
{ name = "base64", version = "0.13.1" },
23
-
{ name = "base64", version = "0.21.5" },
24
23
# `syn` is a core crate that a huge part of the ecosystem either directly, or
25
24
# transitively depends on. They just released v2.0 which not all crates have
26
25
# migrated to yet.
@@ -80,10 +79,6 @@ skip = [
80
79
{ name = "tungstenite", version = "0.24.0" },
81
80
{ name = "tokio-tungstenite", version = "0.24.0" },
82
81
83
-
# `axum 0.7.5` depends on both `sync_wrapper 1.*` and `axum-core 0.4.3`.
84
-
# The latter depends on `sync_wrapper 0.1.*`.
85
-
{ name = "sync_wrapper", version = "0.1.2" },
86
-
87
82
{ name = "memmap2", version = "0.5.4" },
88
83
89
84
{ name = "async-channel", version = "1.9.0" },
@@ -98,10 +93,7 @@ skip = [
98
93
{ name = "rand_chacha", version = "0.3.0" },
99
94
{ name = "rand_core", version = "0.5.1" },
100
95
{ name = "rand_core", version = "0.6.2" },
101
-
{ name = "reqwest", version = "0.11.24" },
102
96
# Used by reqwest
103
-
{ name = "system-configuration", version = "0.5.1" },
104
-
{ name = "system-configuration-sys", version = "0.5.0" },
105
97
{ name = "thiserror", version = "1.0.61" },
106
98
{ name = "thiserror-impl", version = "1.0.61" },
107
99
{ name = "twox-hash", version = "1.6.3" },
@@ -229,7 +221,6 @@ wrappers = [
229
221
"launchdarkly-server-sdk",
230
222
"launchdarkly-server-sdk-evaluation",
231
223
"prometheus",
232
-
"proptest",
233
224
"rayon-core",
234
225
"sharded-slab",
235
226
]
@@ -261,8 +252,6 @@ ignore = [
261
252
"RUSTSEC-2024-0388",
262
253
# The creator of the crate `paste` has stated in the [`README.md`](https://github.com/dtolnay/paste/blob/master/README.md) that this project is not longer maintained as well as archived the repository
263
254
"RUSTSEC-2024-0436",
264
-
# TODO: Remove once https://github.com/MaterializeInc/materialize/pull/34277 lands
0 commit comments