Bump tokio from 1.23.0 to 1.24.2 (#55)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... 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
896108c1ff
commit
a34e47e704
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2984,9 +2984,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.23.0"
|
version = "1.24.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
|
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -38,7 +38,7 @@ lazy_static = "1.4"
|
|||||||
axum = { version = "0.4.3", features = ["headers"] }
|
axum = { version = "0.4.3", features = ["headers"] }
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
figment = { version = "0.10.6", features = ["toml", "env"] }
|
figment = { version = "0.10.6", features = ["toml", "env"] }
|
||||||
tokio = { version = "1.14.0", features = ["full"] }
|
tokio = { version = "1.24.2", features = ["full"] }
|
||||||
tower-http = { version = "0.2.0", features = ["fs", "trace", "cors"] }
|
tower-http = { version = "0.2.0", features = ["fs", "trace", "cors"] }
|
||||||
tracing-subscriber = { version = "0.3.2", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.2", features = ["env-filter"] }
|
||||||
bb8-redis = "0.10.1"
|
bb8-redis = "0.10.1"
|
||||||
@ -61,7 +61,7 @@ lto = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
test-log = "0.2.11"
|
test-log = "0.2.11"
|
||||||
tokio = { version = "1.14.0", features = ["macros", "rt"] }
|
tokio = { version = "1.24.2", features = ["macros", "rt"] }
|
||||||
ethers-signers = "1.0.2"
|
ethers-signers = "1.0.2"
|
||||||
|
|
||||||
[package.metadata.wasm-pack.profile.profiling]
|
[package.metadata.wasm-pack.profile.profiling]
|
||||||
|
Loading…
Reference in New Issue
Block a user