Skip to content

Commit 8a6cc7b

Browse files
Update Rust crate diesel to 2.2.2 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17880f8 commit 8a6cc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ default = [ "cockroach" ]
1616
[dependencies]
1717
bb8 = "0.8"
1818
async-trait = "0.1.80"
19-
diesel = { version = "2.2.0", default-features = false, features = [ "r2d2" ] }
19+
diesel = { version = "2.2.2", default-features = false, features = [ "r2d2" ] }
2020
futures = "0.3"
2121
thiserror = "1.0"
2222
tokio = { version = "1.32", default-features = false, features = [ "rt-multi-thread" ] }
2323

2424
[dev-dependencies]
2525
anyhow = "1.0"
26-
diesel = { version = "2.2.0", features = [ "postgres", "r2d2" ] }
26+
diesel = { version = "2.2.2", features = [ "postgres", "r2d2" ] }
2727
libc = "0.2.154"
2828
tempfile = "3.8"
2929
tokio = { version = "1.32", features = [ "macros", "fs", "process" ] }

0 commit comments

Comments
 (0)