diff --git a/cli/tests/trap-test/Cargo.lock b/cli/tests/trap-test/Cargo.lock index 404fcb5a..63c32d6f 100644 --- a/cli/tests/trap-test/Cargo.lock +++ b/cli/tests/trap-test/Cargo.lock @@ -1903,9 +1903,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.22.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" +checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" dependencies = [ "autocfg", "bytes", @@ -1918,7 +1918,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/cli/tests/trap-test/Cargo.toml b/cli/tests/trap-test/Cargo.toml index ff747e1b..c60ef955 100644 --- a/cli/tests/trap-test/Cargo.toml +++ b/cli/tests/trap-test/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.31" futures = "0.3.0" http = "0.2.1" hyper = "0.14.0" -tokio = { version = "1.2", features = ["full"] } +tokio = { version = "1.23", features = ["full"] } tracing-subscriber = "0.2.19" viceroy-lib = { path = "../../../lib", features = ["test-fatalerror-config"] } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 89b82ae7..0a84f886 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -44,7 +44,7 @@ serde = "^1.0.145" serde_derive = "^1.0.114" serde_json = "^1.0.59" thiserror = "^1.0.37" -tokio = { version = "^1.21.2", features = ["full"] } +tokio = { version = "^1.23.1", features = ["full"] } tokio-rustls = "^0.22.0" toml = "^0.5.9" tracing = "^0.1.37"