Remove unused dependency exceptions (#7726)

This commit is contained in:
teor 2023-10-12 07:18:02 +10:00 committed by GitHub
parent b70556e4b9
commit 0cffae5dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -63,15 +63,6 @@ skip-tree = [
# wait for rocksdb to upgrade # wait for rocksdb to upgrade
{ name = "bindgen", version = "=0.65.1" }, { name = "bindgen", version = "=0.65.1" },
# wait for console-subscriber to upgrade
{ name = "prost-derive", version = "=0.11.9" },
# wait for console-subscriber to upgrade
{ name = "prost-types", version = "=0.11.9" },
# wait for console-subscriber to upgrade
{ name = "tonic", version = "=0.9.2" },
# wait for tracing and many other crates to upgrade # wait for tracing and many other crates to upgrade
# this duplicate dependency currently only exists in testing builds # this duplicate dependency currently only exists in testing builds
{ name = "regex-syntax", version = "=0.6.29" }, { name = "regex-syntax", version = "=0.6.29" },