fix(deps): update rust crate tokio to 1.37.0

This commit is contained in:
renovate[bot] 2024-03-28 17:10:12 +00:00 committed by GitHub
parent 36a6d8efdf
commit 5b65546f58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -762,9 +762,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.36.0"
version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
dependencies = [
"backtrace",
"bytes 1.6.0",

View File

@ -20,7 +20,7 @@ futures = "0.3.30"
globset = "0.4.14"
serde = "1.0.197"
serde_derive = "1.0.197"
tokio = { version = "1.36.0", features = ["tokio-macros"] }
tokio = { version = "1.37.0", features = ["tokio-macros"] }
tracing = "0.1.40"
tracing-journald = { version = "0.3.0", optional = true }
tracing-subscriber = "0.3.18"