Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-10-04 18:57:17 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-10-04 18:57:17 +0300
commit5ac3162fcabd7af5e2fded1d0f22fd6e1fee741a (patch)
tree5b684a70ced79c391fc9e0b153c4823ec0987c1b /deny.toml
parent85c46ede5bd2e1cc02f75d4db3b579bbb6d79c5d (diff)
deny: Remove unnecessary toml_edit exception
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/deny.toml b/deny.toml
index 8f14b7e9c..62ab05dd1 100644
--- a/deny.toml
+++ b/deny.toml
@@ -170,12 +170,6 @@ version = "0.1"
name = "tungstenite"
version = "0.19"
-# proc-macro-crate depends on an old version of toml_edit
-# https://github.com/bkchr/proc-macro-crate/pull/38
-[[bans.skip]]
-name = "toml_edit"
-version = "0.19"
-
[sources]
unknown-registry = "deny"
unknown-git = "deny"