Browse Source

Merge pull request #7891 from TechEmpower/dependabot/cargo/frameworks/Rust/axum/tokio-1.24.2

Bump tokio from 1.23.0 to 1.24.2 in /frameworks/Rust/axum
github-actions[bot] 2 years ago
parent
commit
85a3f594c7
2 changed files with 3 additions and 3 deletions
  1. 2 2
      frameworks/Rust/axum/Cargo.lock
  2. 1 1
      frameworks/Rust/axum/Cargo.toml

+ 2 - 2
frameworks/Rust/axum/Cargo.lock

@@ -2145,9 +2145,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
 
 [[package]]
 name = "tokio"
-version = "1.23.0"
+version = "1.24.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
+checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
 dependencies = [
  "autocfg",
  "bytes",

+ 1 - 1
frameworks/Rust/axum/Cargo.toml

@@ -42,7 +42,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
 serde = { version = "1.0.149", features = ["derive"] }
 serde_json = "1.0.89"
 sqlx = { version = "0.6.2", features = ["postgres", "macros", "runtime-tokio-native-tls"] }
-tokio = { version = "1.23.0", features = ["full"] }
+tokio = { version = "1.24.2", features = ["full"] }
 tokio-pg-mapper = "0.2.0"
 tokio-pg-mapper-derive = "0.2.0"
 tokio-postgres = "0.7.7"