diff --git a/Cargo.lock b/Cargo.lock index 3554586..77995bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2420,9 +2420,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.29.0" +version = "1.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f" +checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" dependencies = [ "autocfg", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index e2a95db..927bf55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde_yaml = "0.9.22" sha2 = "0.10.7" thiserror = "1.0.40" time = { version = "0.3.22", features = ["serde"] } -tokio = { version = "1.29.0", features = [ +tokio = { version = "1.29.1", features = [ "macros", "rt-multi-thread", "signal",