Explorar o código

Bump tokio from 1.10.1 to 1.13.1 in /frameworks/Rust/warp-rust (#7396)

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

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] %!s(int64=3) %!d(string=hai) anos
pai
achega
7b476e6554

+ 2 - 2
frameworks/Rust/warp-rust/Cargo.lock

@@ -1898,9 +1898,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
 
 [[package]]
 name = "tokio"
-version = "1.10.1"
+version = "1.13.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "92036be488bb6594459f2e03b60e42df6f937fe6ca5c5ffdcb539c6b84dc40f5"
+checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8"
 dependencies = [
  "autocfg",
  "bytes 1.1.0",

+ 1 - 1
frameworks/Rust/warp-rust/Cargo.toml

@@ -9,7 +9,7 @@ futures = "0.3.12"
 rand = { version = "0.8.2", features = ["small_rng"] }
 serde = { version = "1.0.120", features = ["derive"] }
 sqlx = { version = "0.5.1", features = ["runtime-tokio-rustls", "postgres"] }
-tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
+tokio = { version = "1.13.1", features = ["macros", "rt-multi-thread"] }
 warp = "0.3.0"
 yarte = "0.15.3"