diff --git a/Cargo.lock b/Cargo.lock index 78b2132396e..0eb46d58d98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3187,9 +3187,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.2" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" +checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2d7d9df054f..88701c75ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" } tar = "=0.4.38" tempfile = "=3.3.0" thiserror = "=1.0.37" -tokio = { version = "=1.21.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} +tokio = { version = "=1.22.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} toml = "=0.5.9" tracing = "=0.1.37" tracing-logfmt = "=0.2.0" @@ -93,7 +93,7 @@ conduit-test = "=0.10.0" hyper-tls = "=0.5.0" insta = { version = "=1.21.1", features = ["redactions", "yaml"] } once_cell = "=1.16.0" -tokio = "=1.21.2" +tokio = "=1.22.0" tower-service = "=0.3.2" [build-dependencies]