Browse Source

Merge pull request #7415 from TechEmpower/dependabot/cargo/frameworks/Rust/tide/diesel-1.4.6

Bump diesel from 1.4.5 to 1.4.6 in /frameworks/Rust/tide
github-actions[bot] 3 years ago
parent
commit
1c1ad019cc
2 changed files with 5 additions and 3 deletions
  1. 4 2
      frameworks/Rust/tide/Cargo.lock
  2. 1 1
      frameworks/Rust/tide/Cargo.toml

+ 4 - 2
frameworks/Rust/tide/Cargo.lock

@@ -1,5 +1,7 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
+version = 3
+
 [[package]]
 name = "aead"
 version = "0.3.2"
@@ -637,9 +639,9 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
 
 [[package]]
 name = "diesel"
-version = "1.4.5"
+version = "1.4.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e2de9deab977a153492a1468d1b1c0662c1cf39e5ea87d0c060ecd59ef18d8c"
+checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542"
 dependencies = [
  "bitflags",
  "byteorder",

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

@@ -8,7 +8,7 @@ edition = "2018"
 askama = "0.10.5"
 async-std = { version = "1.9.0", features = ["attributes"] }
 async-trait = "0.1.42"
-diesel = { version = "1.4.5", features = ["postgres", "r2d2"] }
+diesel = { version = "1.4.6", features = ["postgres", "r2d2"] }
 http-types = "2.10.0"
 rand = { version = "0.7", features = ["small_rng"] }
 serde = { version = "1.0.123", features = ["derive"] }