diff --git a/Cargo.lock b/Cargo.lock index 4bc58403..85b75aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1906,9 +1906,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.51.0" +version = "1.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" +checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 33acb5dc..0e87cc6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ serde_json = "1.0" serde_repr = "0.1" sha2 = "0.10" tempfile = "3.26" -tokio = { version = "1.51", default-features = false } +tokio = { version = "1.52", default-features = false } tracing = "0.1" tracing-subscriber = "0.3" zbus = { version = "5.14.0", default-features = false }