diff --git a/Cargo.lock b/Cargo.lock index 3b50704..906a676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1391,9 +1391,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4ab24af..6b605ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ tracing = { version = "0.1.44", features = ["async-await", "log", "valuable"] } tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "fs", "macros", "sync", "process"] } +tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "fs", "macros", "sync", "process"] } tokio-stream = "0.1.18" clap = { version = "4.5.53", default-features = false, features = ["derive", "std", "help"] } thiserror = "2.0.18"