Browse Source

Bump tokio from 1.36.0 to 1.44.2 in /frameworks/Rust/rocket (#9794)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.44.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 months ago
parent
commit
39d73f17d3
1 changed files with 18 additions and 8 deletions
  1. 18 8
      frameworks/Rust/rocket/Cargo.lock

+ 18 - 8
frameworks/Rust/rocket/Cargo.lock

@@ -989,6 +989,17 @@ dependencies = [
  "windows-sys 0.48.0",
  "windows-sys 0.48.0",
 ]
 ]
 
 
+[[package]]
+name = "mio"
+version = "1.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
+dependencies = [
+ "libc",
+ "wasi",
+ "windows-sys 0.52.0",
+]
+
 [[package]]
 [[package]]
 name = "multer"
 name = "multer"
 version = "2.1.0"
 version = "2.1.0"
@@ -1053,7 +1064,7 @@ dependencies = [
  "kqueue",
  "kqueue",
  "libc",
  "libc",
  "log",
  "log",
- "mio",
+ "mio 0.8.10",
  "walkdir",
  "walkdir",
  "windows-sys 0.48.0",
  "windows-sys 0.48.0",
 ]
 ]
@@ -2207,27 +2218,26 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 
 
 [[package]]
 [[package]]
 name = "tokio"
 name = "tokio"
-version = "1.36.0"
+version = "1.44.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
+checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
 dependencies = [
 dependencies = [
  "backtrace",
  "backtrace",
  "bytes",
  "bytes",
  "libc",
  "libc",
- "mio",
- "num_cpus",
+ "mio 1.0.3",
  "pin-project-lite",
  "pin-project-lite",
  "signal-hook-registry",
  "signal-hook-registry",
  "socket2",
  "socket2",
  "tokio-macros",
  "tokio-macros",
- "windows-sys 0.48.0",
+ "windows-sys 0.52.0",
 ]
 ]
 
 
 [[package]]
 [[package]]
 name = "tokio-macros"
 name = "tokio-macros"
-version = "2.2.0"
+version = "2.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
+checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",