diff --git a/Cargo.lock b/Cargo.lock index 9f22d37..398290c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2541,9 +2541,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 2a129f6..24c72d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ git2 = { version = "0.20.4", default-features = false, features = [ ] } # Async runtime (for async config loading and file operations) -tokio = { version = "1.51", features = [ +tokio = { version = "1.52", features = [ "rt", "rt-multi-thread", "macros", @@ -90,7 +90,7 @@ criterion = { version = "0.8.2", features = ["html_reports"] } pretty_assertions = "1.4" proptest = { version = "1.11", default-features = false, features = ["std"] } serial_test = "3.4" -tokio = { version = "1.51", features = ["rt", "macros", "test-util"] } +tokio = { version = "1.52", features = ["rt", "macros", "test-util"] } assert_cmd = "2.2" predicates = "3.1"