Skip to content

Commit 4380c57

Browse files
Update Rust crate diesel-async to v0.6.0 (#11502)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fe88e5 commit 4380c57

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -85,7 +85,7 @@ deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
8585
derive_more = { version = "=2.0.1", features = ["deref", "deref_mut", "display"] }
8686
dialoguer = "=0.11.0"
8787
diesel = { version = "=2.2.11", features = ["postgres", "serde_json", "chrono", "numeric"] }
88-
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
88+
diesel-async = { version = "=0.6.0", features = ["async-connection-wrapper", "deadpool", "postgres"] }
8989
diesel_full_text_search = "=2.2.0"
9090
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
9191
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,7 +13,7 @@ chrono = { version = "=0.4.41", default-features = false, features = ["serde"] }
1313
crates_io_diesel_helpers = { path = "../crates_io_diesel_helpers" }
1414
crates_io_index = { path = "../crates_io_index" }
1515
diesel = { version = "=2.2.11", features = ["serde_json", "chrono", "numeric"] }
16-
diesel-async = { version = "=0.5.2", features = ["postgres"] }
16+
diesel-async = { version = "=0.6.0", features = ["postgres"] }
1717
diesel_full_text_search = "=2.2.0"
1818
futures-util = "=0.3.31"
1919
rand = "=0.9.1"

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 = "=4.2.0", default-features = false, features = ["deflate"] }
2323
[dev-dependencies]
2424
crates_io_test_db = { path = "../crates_io_test_db" }
2525
diesel = "=2.2.11"
26-
diesel-async = { version = "=0.5.2", features = ["postgres"] }
26+
diesel-async = { version = "=0.6.0", features = ["postgres"] }
2727
insta = { version = "=1.43.1", features = ["glob"] }
2828
tokio = { version = "=1.46.0", 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.11", features = ["postgres", "r2d2"] }
13-
diesel-async = { version = "=0.5.2", features = ["postgres"] }
13+
diesel-async = { version = "=0.6.0", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
1515
rand = "=0.9.1"
1616
tracing = "=0.1.41"

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.98"
1212
diesel = { version = "=2.2.11", features = ["postgres", "serde_json"] }
13-
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
13+
diesel-async = { version = "=0.6.0", features = ["async-connection-wrapper", "deadpool", "postgres"] }
1414
futures-util = "=0.3.31"
1515
sentry-core = { version = "=0.41.0", features = ["client"] }
1616
serde = { version = "=1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)