Skip to content

Commit b01b5e1

Browse files
Update diesel packages to v2.2.5 (#10032)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec02553 commit b01b5e1

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
7272
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
7373
derive_deref = "=1.1.1"
7474
dialoguer = "=0.11.0"
75-
diesel = { version = "=2.2.4", features = ["postgres", "serde_json", "chrono", "numeric"] }
75+
diesel = { version = "=2.2.5", features = ["postgres", "serde_json", "chrono", "numeric"] }
7676
diesel-async = { version = "=0.5.1", features = ["async-connection-wrapper", "deadpool", "postgres"] }
7777
diesel_full_text_search = "=2.2.0"
7878
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
@@ -131,7 +131,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"]
131131
crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"] }
132132
crates_io_test_db = { path = "crates/crates_io_test_db" }
133133
claims = "=0.8.0"
134-
diesel = { version = "=2.2.4", features = ["r2d2"] }
134+
diesel = { version = "=2.2.5", features = ["r2d2"] }
135135
googletest = "=0.12.0"
136136
insta = { version = "=1.41.1", features = ["glob", "json", "redactions"] }
137137
regex = "=1.11.1"

backend.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG RUST_VERSION=1.82.0
44
FROM rust:$RUST_VERSION
55

66
# renovate: datasource=crate depName=diesel_cli versioning=semver
7-
ARG DIESEL_CLI_VERSION=2.2.4
7+
ARG DIESEL_CLI_VERSION=2.2.5
88

99
RUN apt-get update \
1010
&& apt-get install -y postgresql \

crates/crates_io_database/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
diesel = "=2.2.4"
11+
diesel = "=2.2.5"
1212
diesel_full_text_search = "=2.2.0"
1313

1414
[dev-dependencies]

crates/crates_io_database_dump/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zip = { version = "=2.2.0", default-features = false, features = ["deflate"] }
2222

2323
[dev-dependencies]
2424
crates_io_test_db = { path = "../crates_io_test_db" }
25-
diesel = "=2.2.4"
25+
diesel = "=2.2.5"
2626
diesel-async = { version = "=0.5.1", features = ["postgres"] }
2727
insta = { version = "=1.41.1", features = ["glob"] }
2828
tokio = { version = "=1.41.1", features = ["macros", "rt"] }

crates/crates_io_test_db/Cargo.toml

+1-1
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.4", features = ["postgres", "r2d2"] }
12+
diesel = { version = "=2.2.5", features = ["postgres", "r2d2"] }
1313
diesel-async = { version = "=0.5.1", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
1515
rand = "=0.8.5"

crates/crates_io_worker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = true
1010
[dependencies]
1111
anyhow = "=1.0.93"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
13-
diesel = { version = "=2.2.4", features = ["postgres", "serde_json"] }
13+
diesel = { version = "=2.2.5", features = ["postgres", "serde_json"] }
1414
diesel-async = { version = "=0.5.1", features = ["async-connection-wrapper", "deadpool", "postgres"] }
1515
futures-util = "=0.3.31"
1616
sentry-core = { version = "=0.34.0", features = ["client"] }

0 commit comments

Comments
 (0)