]> Repositorios git - scryer-prolog.git/commitdiff
Bump tokio from 1.21.2 to 1.23.1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 6 Jan 2023 21:51:21 +0000 (21:51 +0000)
committerGitHub <[email protected]>
Fri, 6 Jan 2023 21:51:21 +0000 (21:51 +0000)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.23.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Cargo.lock

index 05e549112a72f1c577fcf58bcee5fef910b3c3d1..ba5e4fe1bdb79c5e56dd434bcff5d845a1eac82c 100644 (file)
@@ -2253,9 +2253,9 @@ dependencies = [
 
 [[package]]
 name = "tokio"
-version = "1.21.2"
+version = "1.23.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
+checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
 dependencies = [
  "autocfg 1.1.0",
  "bytes",
@@ -2268,7 +2268,7 @@ dependencies = [
  "signal-hook-registry",
  "socket2",
  "tokio-macros",
- "winapi",
+ "windows-sys 0.42.0",
 ]
 
 [[package]]