Skip to content

Commit

Permalink
Update Rust crate diesel-async to v0.5.2 (#10080)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 06fcc09 commit 1ea0a9e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
derive_deref = "=1.1.1"
dialoguer = "=0.11.0"
diesel = { version = "=2.2.5", features = ["postgres", "serde_json", "chrono", "numeric"] }
diesel-async = { version = "=0.5.1", features = ["async-connection-wrapper", "deadpool", "postgres"] }
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
diesel_full_text_search = "=2.2.0"
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
dotenvy = "=0.15.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ diesel_full_text_search = "=2.2.0"

[dev-dependencies]
crates_io_test_db = { path = "../crates_io_test_db" }
diesel-async = { version = "=0.5.1", features = ["postgres"] }
diesel-async = { version = "=0.5.2", features = ["postgres"] }
tokio = { version = "=1.41.1", features = ["macros", "rt"] }
2 changes: 1 addition & 1 deletion crates/crates_io_database_dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ zip = { version = "=2.2.1", default-features = false, features = ["deflate"] }
[dev-dependencies]
crates_io_test_db = { path = "../crates_io_test_db" }
diesel = "=2.2.5"
diesel-async = { version = "=0.5.1", features = ["postgres"] }
diesel-async = { version = "=0.5.2", features = ["postgres"] }
insta = { version = "=1.41.1", features = ["glob"] }
tokio = { version = "=1.41.1", features = ["macros", "rt"] }
2 changes: 1 addition & 1 deletion crates/crates_io_test_db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = true
[dependencies]
crates_io_env_vars = { path = "../crates_io_env_vars" }
diesel = { version = "=2.2.5", features = ["postgres", "r2d2"] }
diesel-async = { version = "=0.5.1", features = ["postgres"] }
diesel-async = { version = "=0.5.2", features = ["postgres"] }
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
rand = "=0.8.5"
tracing = "=0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
anyhow = "=1.0.93"
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
diesel = { version = "=2.2.5", features = ["postgres", "serde_json"] }
diesel-async = { version = "=0.5.1", features = ["async-connection-wrapper", "deadpool", "postgres"] }
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
futures-util = "=0.3.31"
sentry-core = { version = "=0.34.0", features = ["client"] }
serde = { version = "=1.0.215", features = ["derive"] }
Expand Down

0 comments on commit 1ea0a9e

Please sign in to comment.