Skip to content

Commit 6b2ba8c

Browse files
Update Rust crate diesel to v2.1.4 (#7528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58172a0 commit 6b2ba8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ crossbeam-channel = "=0.5.8"
5151
dashmap = { version = "=5.5.3", features = ["raw-api"] }
5252
derive_deref = "=1.1.1"
5353
dialoguer = "=0.11.0"
54-
diesel = { version = "=2.1.3", features = ["postgres", "serde_json", "chrono", "r2d2", "numeric"] }
54+
diesel = { version = "=2.1.4", features = ["postgres", "serde_json", "chrono", "r2d2", "numeric"] }
5555
diesel_full_text_search = "=2.1.1"
5656
diesel_migrations = { version = "=2.1.0", features = ["postgres"] }
5757
dotenvy = "=0.15.7"

crates_io_test_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
crates_io_env_vars = { path = "../crates_io_env_vars" }
9-
diesel = { version = "=2.1.3", features = ["postgres", "r2d2"] }
9+
diesel = { version = "=2.1.4", features = ["postgres", "r2d2"] }
1010
diesel_migrations = { version = "=2.1.0", features = ["postgres"] }
1111
once_cell = "=1.18.0"
1212
rand = "=0.8.5"

0 commit comments

Comments
 (0)