Skip to content

Commit ad64d3c

Browse files
Update diesel packages to v2.2.6 (#10134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05e04d5 commit ad64d3c

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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 @@ cookie = { version = "=0.18.1", features = ["secure"] }
7373
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
7474
derive_deref = "=1.1.1"
7575
dialoguer = "=0.11.0"
76-
diesel = { version = "=2.2.5", features = ["postgres", "serde_json", "chrono", "numeric"] }
76+
diesel = { version = "=2.2.6", features = ["postgres", "serde_json", "chrono", "numeric"] }
7777
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
7878
diesel_full_text_search = "=2.2.0"
7979
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
@@ -134,7 +134,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"]
134134
crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"] }
135135
crates_io_test_db = { path = "crates/crates_io_test_db" }
136136
claims = "=0.8.0"
137-
diesel = { version = "=2.2.5", features = ["r2d2"] }
137+
diesel = { version = "=2.2.6", features = ["r2d2"] }
138138
googletest = "=0.13.0"
139139
insta = { version = "=1.41.1", features = ["glob", "json", "redactions"] }
140140
regex = "=1.11.1"

backend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG RUST_VERSION=1.83.0
44
FROM rust:$RUST_VERSION
55

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

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

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

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

1414
[dev-dependencies]

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zip = { version = "=2.2.1", default-features = false, features = ["deflate"] }
2222

2323
[dev-dependencies]
2424
crates_io_test_db = { path = "../crates_io_test_db" }
25-
diesel = "=2.2.5"
25+
diesel = "=2.2.6"
2626
diesel-async = { version = "=0.5.2", 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

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.5", features = ["postgres", "r2d2"] }
12+
diesel = { version = "=2.2.6", features = ["postgres", "r2d2"] }
1313
diesel-async = { version = "=0.5.2", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
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.93"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
13-
diesel = { version = "=2.2.5", features = ["postgres", "serde_json"] }
13+
diesel = { version = "=2.2.6", features = ["postgres", "serde_json"] }
1414
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
1515
futures-util = "=0.3.31"
1616
sentry-core = { version = "=0.35.0", features = ["client"] }

0 commit comments

Comments
 (0)