Skip to content

Commit

Permalink
Update Rust crate diesel to 2.1.6 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 5e643c2 commit a56c7df
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.1.0", default-features = false, features = [ "r2d2" ] }
diesel = { version = "2.1.6", 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.1.0", features = [ "postgres", "r2d2" ] }
diesel = { version = "2.1.6", features = [ "postgres", "r2d2" ] }
libc = "0.2.150"
tempfile = "3.8"
tokio = { version = "1.32", features = [ "macros", "fs", "process" ] }
Expand Down

0 comments on commit a56c7df

Please sign in to comment.