build(deps): bump tokio from 1.23.0 to 1.23.1 (#5920)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.0...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
2117ee403a
commit
842365b5c8
|
@ -4250,9 +4250,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.23.0"
|
version = "1.23.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
|
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -10,7 +10,7 @@ futures = "0.3.25"
|
||||||
futures-core = "0.3.25"
|
futures-core = "0.3.25"
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
tokio = { version = "1.23.0", features = ["time", "sync", "tracing", "macros"] }
|
tokio = { version = "1.23.1", features = ["time", "sync", "tracing", "macros"] }
|
||||||
tokio-util = "0.7.4"
|
tokio-util = "0.7.4"
|
||||||
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
@ -25,7 +25,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
||||||
ed25519-zebra = "3.1.0"
|
ed25519-zebra = "3.1.0"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
|
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
tokio-test = "0.4.2"
|
tokio-test = "0.4.2"
|
||||||
tower-fallback = { path = "../tower-fallback/" }
|
tower-fallback = { path = "../tower-fallback/" }
|
||||||
tower-test = "0.4.0"
|
tower-test = "0.4.0"
|
||||||
|
|
|
@ -12,6 +12,6 @@ futures-core = "0.3.25"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
|
|
||||||
zebra-test = { path = "../zebra-test/" }
|
zebra-test = { path = "../zebra-test/" }
|
||||||
|
|
|
@ -95,7 +95,7 @@ proptest-derive = { version = "0.3.0", optional = true }
|
||||||
rand = { version = "0.8.5", optional = true, package = "rand" }
|
rand = { version = "0.8.5", optional = true, package = "rand" }
|
||||||
rand_chacha = { version = "0.3.1", optional = true }
|
rand_chacha = { version = "0.3.1", optional = true }
|
||||||
|
|
||||||
tokio = { version = "1.23.0", features = ["tracing"], optional = true }
|
tokio = { version = "1.23.1", features = ["tracing"], optional = true }
|
||||||
|
|
||||||
zebra-test = { path = "../zebra-test/", optional = true }
|
zebra-test = { path = "../zebra-test/", optional = true }
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ proptest-derive = "0.3.0"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
rand_chacha = "0.3.1"
|
rand_chacha = "0.3.1"
|
||||||
|
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
|
|
||||||
zebra-test = { path = "../zebra-test/" }
|
zebra-test = { path = "../zebra-test/" }
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ futures = "0.3.25"
|
||||||
futures-util = "0.3.25"
|
futures-util = "0.3.25"
|
||||||
metrics = "0.20.1"
|
metrics = "0.20.1"
|
||||||
thiserror = "1.0.38"
|
thiserror = "1.0.38"
|
||||||
tokio = { version = "1.23.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
|
tokio = { version = "1.23.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }
|
||||||
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
|
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
|
@ -60,7 +60,7 @@ proptest = "0.10.1"
|
||||||
proptest-derive = "0.3.0"
|
proptest-derive = "0.3.0"
|
||||||
spandoc = "0.2.2"
|
spandoc = "0.2.2"
|
||||||
|
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
tracing-error = "0.2.0"
|
tracing-error = "0.2.0"
|
||||||
tracing-subscriber = "0.3.16"
|
tracing-subscriber = "0.3.16"
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ serde = { version = "1.0.152", features = ["serde_derive"] }
|
||||||
thiserror = "1.0.38"
|
thiserror = "1.0.38"
|
||||||
|
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
tokio = { version = "1.23.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
tokio = { version = "1.23.1", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
||||||
tokio-stream = { version = "0.1.11", features = ["sync", "time"] }
|
tokio-stream = { version = "0.1.11", features = ["sync", "time"] }
|
||||||
tokio-util = { version = "0.7.4", features = ["codec"] }
|
tokio-util = { version = "0.7.4", features = ["codec"] }
|
||||||
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
|
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
|
||||||
|
@ -57,7 +57,7 @@ proptest = "0.10.1"
|
||||||
proptest-derive = "0.3.0"
|
proptest-derive = "0.3.0"
|
||||||
|
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
toml = "0.5.10"
|
toml = "0.5.10"
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||||
|
|
|
@ -46,7 +46,7 @@ num_cpus = "1.15.0"
|
||||||
serde_json = { version = "1.0.91", features = ["preserve_order"] }
|
serde_json = { version = "1.0.91", features = ["preserve_order"] }
|
||||||
indexmap = { version = "1.9.2", features = ["serde"] }
|
indexmap = { version = "1.9.2", features = ["serde"] }
|
||||||
|
|
||||||
tokio = { version = "1.23.0", features = ["time", "rt-multi-thread", "macros", "tracing"] }
|
tokio = { version = "1.23.1", features = ["time", "rt-multi-thread", "macros", "tracing"] }
|
||||||
tower = "0.4.13"
|
tower = "0.4.13"
|
||||||
|
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
@ -76,7 +76,7 @@ proptest = "0.10.1"
|
||||||
proptest-derive = "0.3.0"
|
proptest-derive = "0.3.0"
|
||||||
|
|
||||||
thiserror = "1.0.38"
|
thiserror = "1.0.38"
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||||
zebra-state = { path = "../zebra-state", features = ["proptest-impl"] }
|
zebra-state = { path = "../zebra-state", features = ["proptest-impl"] }
|
||||||
|
|
|
@ -42,7 +42,7 @@ tempfile = "3.3.0"
|
||||||
thiserror = "1.0.38"
|
thiserror = "1.0.38"
|
||||||
|
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
tokio = { version = "1.23.0", features = ["sync", "tracing"] }
|
tokio = { version = "1.23.1", features = ["sync", "tracing"] }
|
||||||
tower = { version = "0.4.13", features = ["buffer", "util"] }
|
tower = { version = "0.4.13", features = ["buffer", "util"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ proptest-derive = "0.3.0"
|
||||||
halo2 = { package = "halo2_proofs", version = "0.2.0" }
|
halo2 = { package = "halo2_proofs", version = "0.2.0" }
|
||||||
jubjub = "0.9.0"
|
jubjub = "0.9.0"
|
||||||
|
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||||
zebra-test = { path = "../zebra-test/" }
|
zebra-test = { path = "../zebra-test/" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ once_cell = "1.17.0"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
regex = "1.7.0"
|
regex = "1.7.0"
|
||||||
|
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
tower = { version = "0.4.13", features = ["util"] }
|
tower = { version = "0.4.13", features = ["util"] }
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,7 @@ toml = "0.5.10"
|
||||||
|
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
tokio = { version = "1.23.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
tokio = { version = "1.23.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
||||||
tower = { version = "0.4.13", features = ["hedge", "limit"] }
|
tower = { version = "0.4.13", features = ["hedge", "limit"] }
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ tempfile = "3.3.0"
|
||||||
hyper = { version = "0.14.23", features = ["http1", "http2", "server"]}
|
hyper = { version = "0.14.23", features = ["http1", "http2", "server"]}
|
||||||
reqwest = "0.11.13"
|
reqwest = "0.11.13"
|
||||||
|
|
||||||
tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.23.1", features = ["full", "tracing", "test-util"] }
|
||||||
tokio-stream = "0.1.11"
|
tokio-stream = "0.1.11"
|
||||||
|
|
||||||
# test feature lightwalletd-grpc-tests
|
# test feature lightwalletd-grpc-tests
|
||||||
|
|
Loading…
Reference in New Issue