Skip to content

Commit 1ea0a9e

Browse files
Update Rust crate diesel-async to v0.5.2 (#10080)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06fcc09 commit 1ea0a9e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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
@@ -73,7 +73,7 @@ deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
7373
derive_deref = "=1.1.1"
7474
dialoguer = "=0.11.0"
7575
diesel = { version = "=2.2.5", features = ["postgres", "serde_json", "chrono", "numeric"] }
76-
diesel-async = { version = "=0.5.1", features = ["async-connection-wrapper", "deadpool", "postgres"] }
76+
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
7777
diesel_full_text_search = "=2.2.0"
7878
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
7979
dotenvy = "=0.15.7"

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ diesel_full_text_search = "=2.2.0"
1313

1414
[dev-dependencies]
1515
crates_io_test_db = { path = "../crates_io_test_db" }
16-
diesel-async = { version = "=0.5.1", features = ["postgres"] }
16+
diesel-async = { version = "=0.5.2", features = ["postgres"] }
1717
tokio = { version = "=1.41.1", features = ["macros", "rt"] }

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ zip = { version = "=2.2.1", default-features = false, features = ["deflate"] }
2323
[dev-dependencies]
2424
crates_io_test_db = { path = "../crates_io_test_db" }
2525
diesel = "=2.2.5"
26-
diesel-async = { version = "=0.5.1", features = ["postgres"] }
26+
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
@@ -10,7 +10,7 @@ workspace = true
1010
[dependencies]
1111
crates_io_env_vars = { path = "../crates_io_env_vars" }
1212
diesel = { version = "=2.2.5", features = ["postgres", "r2d2"] }
13-
diesel-async = { version = "=0.5.1", features = ["postgres"] }
13+
diesel-async = { version = "=0.5.2", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
1515
rand = "=0.8.5"
1616
tracing = "=0.1.40"

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
anyhow = "=1.0.93"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
1313
diesel = { version = "=2.2.5", features = ["postgres", "serde_json"] }
14-
diesel-async = { version = "=0.5.1", features = ["async-connection-wrapper", "deadpool", "postgres"] }
14+
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
1515
futures-util = "=0.3.31"
1616
sentry-core = { version = "=0.34.0", features = ["client"] }
1717
serde = { version = "=1.0.215", features = ["derive"] }

0 commit comments

Comments
 (0)