diff --git a/Cargo.lock b/Cargo.lock index 30c3350..a604b70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3198,9 +3198,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.53.0" +version = "1.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee" +checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8a52f7a..c603c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tabwriter = "1.4.1" tap = "1.0.1" tempfile = "3" thiserror = "2" -tokio = "1.52.3" +tokio = "1.53.1" toml = "1" tracing = "0.1.44" tracing-subscriber = "0.3.23"