diff --git a/Cargo.lock b/Cargo.lock index b717de5..4839d4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3573,9 +3573,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.0" +version = "1.52.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776" +checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 5eddeb6..e02942a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ wither = { git = "https://github.com/thedodd/wither", rev = "52fd503" } futures = { version = "0.3.32" } thiserror = "2.0.18" axum = { version = "0.8.9" } -tokio = { version = "1.52.0", features = ["full"] } +tokio = { version = "1.52.2", features = ["full"] } tracing = "0.1.44" tracing-subscriber = "0.3.23" tower-http = { version = "0.6", features = [