diff --git a/Cargo.lock b/Cargo.lock index 03256e4..0cbcf74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1273,9 +1273,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.1" +version = "1.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a" +checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9758566..bf2bf59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ axum = { version = "=0.7.5", features = ["http2", "macros"] } reqwest = { version = "=0.12.5", default-features = false, features = ["rustls-tls", "json"] } serde = { version = "=1.0.204", features = ["derive"] } serde_json = "=1.0.120" -tokio = { version = "=1.39.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "=1.39.2", features = ["macros", "rt-multi-thread"] } tower-http = { version = "=0.5.2", features = ["trace"] } tracing = "=0.1.40" tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }