diff --git a/Cargo.lock b/Cargo.lock index 143fcef..c943278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3625,9 +3625,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.2" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1d73070..deb36b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio", "metrics", "tr opentelemetry-otlp = { version = "0.17.0", features = ["tonic", "metrics", "trace"] } opentelemetry-semantic-conventions = "0.16.0" tower-http = { version = "0.5.2", features = ["trace"] } -tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread", "rt", "signal"] } +tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread", "rt", "signal"] } lazy_static = "1.4.0" reqwest = { version = "0.12.4", default-features = false, features = ["blocking", "rustls-tls"] } axum = { version = "0.7.5", features = ["form", "http1", "json", "matched-path", "original-uri", "query", "tokio", "tower-log", "tracing", "http2", "macros", "multipart"] }