Skip to content

Commit b09bdb1

Browse files
Update Rust crate diesel to v2.2.2 (#9121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0bf299 commit b09bdb1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
7373
derive_builder = "=0.20.0"
7474
derive_deref = "=1.1.1"
7575
dialoguer = "=0.11.0"
76-
diesel = { version = "=2.2.1", features = ["postgres", "serde_json", "chrono", "numeric"] }
76+
diesel = { version = "=2.2.2", features = ["postgres", "serde_json", "chrono", "numeric"] }
7777
diesel_full_text_search = "=2.2.0"
7878
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
7979
dotenvy = "=0.15.7"
@@ -130,7 +130,7 @@ crates_io_index = { path = "crates/crates_io_index", features = ["testing"] }
130130
crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"] }
131131
crates_io_test_db = { path = "crates/crates_io_test_db" }
132132
claims = "=0.7.1"
133-
diesel = { version = "=2.2.1", features = ["r2d2"] }
133+
diesel = { version = "=2.2.2", features = ["r2d2"] }
134134
googletest = "=0.11.0"
135135
insta = { version = "=1.39.0", features = ["glob", "json", "redactions"] }
136136
regex = "=1.10.5"

crates/crates_io_test_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workspace = true
99

1010
[dependencies]
1111
crates_io_env_vars = { path = "../crates_io_env_vars" }
12-
diesel = { version = "=2.2.1", features = ["postgres", "r2d2"] }
12+
diesel = { version = "=2.2.2", features = ["postgres", "r2d2"] }
1313
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
1414
once_cell = "=1.19.0"
1515
rand = "=0.8.5"

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = true
1010
[dependencies]
1111
anyhow = "=1.0.86"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
13-
diesel = { version = "=2.2.1", features = ["postgres", "serde_json"] }
13+
diesel = { version = "=2.2.2", features = ["postgres", "serde_json"] }
1414
futures-util = "=0.3.30"
1515
sentry-core = { version = "=0.34.0", features = ["client"] }
1616
serde = { version = "=1.0.204", features = ["derive"] }

0 commit comments

Comments
 (0)