Skip to content

Commit 0e5ea03

Browse files
Update diesel packages to v2.2.7 (#10483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65dea47 commit 0e5ea03

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
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
@@ -75,7 +75,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
7575
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
7676
derive_more = { version = "=1.0.0", features = ["deref", "deref_mut", "display"] }
7777
dialoguer = "=0.11.0"
78-
diesel = { version = "=2.2.6", features = ["postgres", "serde_json", "chrono", "numeric"] }
78+
diesel = { version = "=2.2.7", features = ["postgres", "serde_json", "chrono", "numeric"] }
7979
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
8080
diesel_full_text_search = "=2.2.0"
8181
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
@@ -138,7 +138,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"]
138138
crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"] }
139139
crates_io_test_db = { path = "crates/crates_io_test_db" }
140140
claims = "=0.8.0"
141-
diesel = { version = "=2.2.6", features = ["r2d2"] }
141+
diesel = { version = "=2.2.7", features = ["r2d2"] }
142142
googletest = "=0.13.0"
143143
insta = { version = "=1.42.1", features = ["glob", "json", "redactions"] }
144144
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.84.0
44
FROM rust:$RUST_VERSION
55

66
# renovate: datasource=crate depName=diesel_cli versioning=semver
7-
ARG DIESEL_CLI_VERSION=2.2.6
7+
ARG DIESEL_CLI_VERSION=2.2.7
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.6"
11+
diesel = "=2.2.7"
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.2", default-features = false, features = ["deflate"] }
2222

2323
[dev-dependencies]
2424
crates_io_test_db = { path = "../crates_io_test_db" }
25-
diesel = "=2.2.6"
25+
diesel = "=2.2.7"
2626
diesel-async = { version = "=0.5.2", features = ["postgres"] }
2727
insta = { version = "=1.42.1", features = ["glob"] }
2828
tokio = { version = "=1.43.0", features = ["macros", "rt"] }

crates/crates_io_diesel_helpers/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 = { version = "=2.2.6", features = ["postgres"] }
11+
diesel = { version = "=2.2.7", features = ["postgres"] }
1212
semver = "=1.0.25"
1313
serde = { version = "=1.0.217", features = ["derive"] }
1414

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.6", features = ["postgres", "r2d2"] }
12+
diesel = { version = "=2.2.7", 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.95"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
13-
diesel = { version = "=2.2.6", features = ["postgres", "serde_json"] }
13+
diesel = { version = "=2.2.7", 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.36.0", features = ["client"] }

0 commit comments

Comments
 (0)