fix(deps): update rust crate tokio to v1.47.1 (#719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
2131e32b09
commit
bdec3e9851
Generated
+2
-2
@@ -2029,9 +2029,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.47.0"
|
||||
version = "1.47.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
|
||||
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ ratatui = { version = "=0.29.0", optional = true }
|
||||
rlimit = "=0.10.2"
|
||||
serde = "=1.0.219"
|
||||
serde_json = "=1.0.142"
|
||||
tokio = { version = "=1.47.0", features = ["full"] }
|
||||
tokio = { version = "=1.47.1", features = ["full"] }
|
||||
tokio-util = "=0.7.15"
|
||||
toml = "=0.9.4"
|
||||
tracing = "=0.1.41"
|
||||
|
||||
Reference in New Issue
Block a user