Bump tokio from 1.24.1 to 1.24.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 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>
This commit is contained in:
parent
62a3dc80b8
commit
8fe5ff178d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -526,9 +526,9 @@ checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.24.1"
|
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 = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
|
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -14,7 +14,7 @@ flexi_logger = { version = "0.23.3", features = ["specfile_without_notification"
|
|||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
serde = { version = "1.0.145", features = ["derive"] }
|
serde = { version = "1.0.145", features = ["derive"] }
|
||||||
serde_derive = "1.0.145"
|
serde_derive = "1.0.145"
|
||||||
tokio = { version = "1.24.1", features = ["io-std", "net", "rt-multi-thread", "macros"] }
|
tokio = { version = "1.24.2", features = ["io-std", "net", "rt-multi-thread", "macros"] }
|
||||||
tokio-stream = "0.1.11"
|
tokio-stream = "0.1.11"
|
||||||
tokio-util = "0.7.4"
|
tokio-util = "0.7.4"
|
||||||
toml = "0.5.9"
|
toml = "0.5.9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user