build(deps): bump the async group with 2 updates (#7705)

Bumps the async group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `tokio` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0)

Updates `reqwest` from 0.11.20 to 0.11.22
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.20...v0.11.22)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: async
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: async
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-09 21:26:41 +00:00 committed by GitHub
parent 48c489d8f1
commit f1c891bdcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 56 additions and 24 deletions

View File

@ -902,6 +902,16 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
@ -3504,9 +3514,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
[[package]]
name = "reqwest"
version = "0.11.20"
version = "0.11.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
dependencies = [
"async-compression",
"base64 0.21.4",
@ -3531,6 +3541,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded",
"system-configuration",
"tokio",
"tokio-rustls",
"tokio-util 0.7.9",
@ -4228,6 +4239,27 @@ dependencies = [
"unicode-xid",
]
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "tap"
version = "1.0.1"
@ -4352,9 +4384,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.32.0"
version = "1.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
dependencies = [
"backtrace",
"bytes",

View File

@ -26,7 +26,7 @@ futures = "0.3.28"
futures-core = "0.3.28"
pin-project = "1.1.3"
rayon = "1.7.0"
tokio = { version = "1.32.0", features = ["time", "sync", "tracing", "macros"] }
tokio = { version = "1.33.0", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.8"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.37"
@ -41,7 +41,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
ed25519-zebra = "4.0.3"
rand = "0.8.5"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
tokio-test = "0.4.3"
tower-fallback = { path = "../tower-fallback/" }
tower-test = "0.4.0"

View File

@ -22,6 +22,6 @@ futures-core = "0.3.28"
tracing = "0.1.37"
[dev-dependencies]
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
zebra-test = { path = "../zebra-test/" }

View File

@ -114,7 +114,7 @@ reddsa = "0.5.1"
serde_json = { version = "1.0.107", optional = true }
# Production feature async-error and testing feature proptest-impl
tokio = { version = "1.32.0", optional = true }
tokio = { version = "1.33.0", optional = true }
# Experimental feature getblocktemplate-rpcs
zcash_address = { version = "0.3.0", optional = true }
@ -147,7 +147,7 @@ proptest-derive = "0.4.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
zebra-test = { path = "../zebra-test/" }

View File

@ -53,7 +53,7 @@ futures = "0.3.28"
futures-util = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.48"
tokio = { version = "1.32.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tokio = { version = "1.33.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.37"
tracing-futures = "0.2.5"
@ -89,7 +89,7 @@ proptest = "1.2.0"
proptest-derive = "0.4.0"
spandoc = "0.2.2"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
tracing-error = "0.2.0"
tracing-subscriber = "0.3.17"

View File

@ -61,7 +61,7 @@ tempfile = "3.8.0"
thiserror = "1.0.48"
futures = "0.3.28"
tokio = { version = "1.32.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio = { version = "1.33.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.14", features = ["sync", "time"] }
tokio-util = { version = "0.7.8", features = ["codec"] }
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
@ -90,7 +90,7 @@ proptest = "1.2.0"
proptest-derive = "0.4.0"
static_assertions = "1.1.0"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
toml = "0.8.0"
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }

View File

@ -43,7 +43,7 @@ zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.29" }
color-eyre = { version = "0.6.2", optional = true }
jsonrpc-core = { version = "18.0.0", optional = true }
# Security: avoid default dependency on openssl
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"], optional = true }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"], optional = true }
serde = { version = "1.0.188", optional = true }
serde_json = { version = "1.0.107", optional = true }
@ -51,6 +51,6 @@ serde_json = { version = "1.0.107", optional = true }
color-eyre = "0.6.2"
jsonrpc-core = "18.0.0"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] }
serde = "1.0.188"
serde_json = "1.0.107"

View File

@ -54,7 +54,7 @@ num_cpus = "1.16.0"
serde_json = { version = "1.0.107", features = ["preserve_order"] }
indexmap = { version = "2.0.0", features = ["serde"] }
tokio = { version = "1.32.0", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tokio = { version = "1.33.0", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.13"
tracing = "0.1.37"
@ -83,7 +83,7 @@ insta = { version = "1.31.0", features = ["redactions", "json", "ron"] }
proptest = "1.2.0"
thiserror = "1.0.48"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-consensus = { path = "../zebra-consensus", features = ["proptest-impl"] }

View File

@ -64,7 +64,7 @@ tempfile = "3.8.0"
thiserror = "1.0.48"
rayon = "1.7.0"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "sync", "tracing"] }
tokio = { version = "1.33.0", features = ["rt-multi-thread", "sync", "tracing"] }
tower = { version = "0.4.13", features = ["buffer", "util"] }
tracing = "0.1.37"
@ -102,7 +102,7 @@ rand = "0.8.5"
halo2 = { package = "halo2_proofs", version = "0.3.0" }
jubjub = "0.10.0"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/" }

View File

@ -24,7 +24,7 @@ once_cell = "1.18.0"
rand = "0.8.5"
regex = "1.9.5"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.13", features = ["util"] }
futures = "0.3.28"

View File

@ -86,7 +86,7 @@ itertools = { version = "0.11.0", optional = true }
# These crates are needed for the search-issue-refs binary
regex = { version = "1.9.5", optional = true }
# Avoid default openssl dependency to reduce the dependency tree and security alerts.
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"], optional = true }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"], optional = true }
# These crates are needed for the zebra-checkpoints and search-issue-refs binaries
tokio = { version = "1.32.0", features = ["full"], optional = true }
tokio = { version = "1.33.0", features = ["full"], optional = true }

View File

@ -164,7 +164,7 @@ toml = "0.8.0"
futures = "0.3.28"
rayon = "1.7.0"
tokio = { version = "1.32.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tokio = { version = "1.33.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }
pin-project = "1.1.3"
@ -244,7 +244,7 @@ tempfile = "3.8.0"
hyper = { version = "0.14.27", features = ["http1", "http2", "server"]}
tracing-test = { version = "0.2.4", features = ["no-env-filter"] }
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }
tokio-stream = "0.1.14"
# test feature lightwalletd-grpc-tests