Skip to content

Commit

Permalink
Update Rust crate diesel to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 17880f8 commit 55def3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ default = [ "cockroach" ]
[dependencies]
bb8 = "0.8"
async-trait = "0.1.80"
diesel = { version = "2.2.0", default-features = false, features = [ "r2d2" ] }
diesel = { version = "2.2.2", default-features = false, features = [ "r2d2" ] }
futures = "0.3"
thiserror = "1.0"
tokio = { version = "1.32", default-features = false, features = [ "rt-multi-thread" ] }

[dev-dependencies]
anyhow = "1.0"
diesel = { version = "2.2.0", features = [ "postgres", "r2d2" ] }
diesel = { version = "2.2.2", features = [ "postgres", "r2d2" ] }
libc = "0.2.154"
tempfile = "3.8"
tokio = { version = "1.32", features = [ "macros", "fs", "process" ] }
Expand Down

0 comments on commit 55def3d

Please sign in to comment.