]> Repositorios git - scryer-prolog.git/commitdiff
update tokio version
authorMark Thom <[email protected]>
Tue, 24 Jan 2023 23:17:03 +0000 (16:17 -0700)
committerMark Thom <[email protected]>
Tue, 31 Jan 2023 06:27:07 +0000 (23:27 -0700)
Cargo.lock
Cargo.toml

index 05e549112a72f1c577fcf58bcee5fef910b3c3d1..63784cd92200cec371633a02611331e2fa82a0b6 100644 (file)
@@ -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]]
index 6e42de23b6fbb85bbd76a9e9e8407315ff73d875..6c98ea43421438d51db22250efca7e768dce97e7 100644 (file)
@@ -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]