release(dependencies): Run `cargo update` (#8498)

* Run `cargo update`

* update deny.toml
This commit is contained in:
Alfredo Garcia 2024-05-03 14:36:52 -03:00 committed by GitHub
parent 2c5bece694
commit 211a238f1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 486 additions and 330 deletions

File diff suppressed because it is too large Load Diff

View File

@ -60,9 +60,6 @@ skip-tree = [
# wait for h2 and tower to upgrade
{ name = "indexmap", version = "=1.9.3" },
# wait for rocksdb to upgrade
{ name = "bindgen", version = "=0.65.1" },
# wait for tracing and many other crates to upgrade
# this duplicate dependency currently only exists in testing builds
{ name = "regex-syntax", version = "=0.6.29" },
@ -86,6 +83,11 @@ skip-tree = [
# ECC crates
# wait for zcash_client_backend
{ name = "orchard", version = "=0.6.0" },
{ name = "zcash_primitives", version = "=0.13.0" },
{ name = "zcash_proofs", version = "=0.13.0" },
# wait for hdwallet to upgrade
{ name = "ring", version = "=0.16.20" },
@ -103,9 +105,6 @@ skip-tree = [
# wait for abscissa_core to upgrade
{name = "tracing-log", version = "=0.1.4" },
# wait for prost to upgrade
{name = "itertools", version = "=0.11.0" },
# Test-only dependencies
# wait for tokio-test -> tokio-stream to upgrade