fix(deps): update rust crate tokio to 1.50.0
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2155,9 +2155,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.49.0"
|
version = "1.50.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"libc",
|
"libc",
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ log = "0.4.29"
|
|||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
serde_json = "1.0.149"
|
serde_json = "1.0.149"
|
||||||
thiserror = "2.0.18"
|
thiserror = "2.0.18"
|
||||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] }
|
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "process"] }
|
||||||
toml = "1.0.6"
|
toml = "1.0.6"
|
||||||
|
|
||||||
# dev-dependencies
|
# dev-dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user