diff --git a/Cargo.lock b/Cargo.lock index 26590dd..88df6aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2775,9 +2775,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 269b72d..5110871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ jpegxl-rs = { version = "=0.13.0" } jpegxl-sys = { version = "=0.12.0" } mixtrics = { version = "0.2", features = ["prometheus"] } prometheus = "0.14" -tokio = { version = "1.51", features = ["full"] } +tokio = { version = "1.52", features = ["full"] } tokio-util = "0.7" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }