From: Mark Thom Date: Tue, 24 Jan 2023 23:17:03 +0000 (-0700) Subject: update tokio version X-Git-Tag: v0.9.2~200 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=5667ec8699bf86da8288107bfc8817b2398629a8;p=scryer-prolog.git update tokio version --- diff --git a/Cargo.lock b/Cargo.lock index 05e54911..63784cd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2253,9 +2253,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.21.2" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg 1.1.0", "bytes", @@ -2268,7 +2268,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6e42de23..6c98ea43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ static_assertions = "1.1.0" ryu = "1.0.9" hyper = { version = "0.14", features = ["full"] } hyper-tls = "0.5.0" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1.24.2", features = ["full"] } futures = "0.3" [dev-dependencies]