diff --git a/Cargo.lock b/Cargo.lock index 7e4b97b..240b71d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1657,9 +1657,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.50.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" dependencies = [ "bytes", "libc", @@ -1673,9 +1673,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" +checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ea240df..8b3df64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1.0" toml = "1.1" sha2 = "0.11" thiserror = "2.0" -tokio = { version = "1.44", features = ["macros", "rt-multi-thread", "process", "time", "net", "io-util"] } +tokio = { version = "1.51", features = ["macros", "rt-multi-thread", "process", "time", "net", "io-util"] } tower-http = { version = "0.6", features = ["cors", "trace", "limit"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }