Skip to content

Commit f3e79fe

Browse files
Update Rust crate diesel_migrations to v2.3.1 (#12404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 291b89b commit f3e79fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -97,7 +97,7 @@ dialoguer = "=0.12.0"
9797
diesel = { version = "=2.3.4", features = ["postgres", "serde_json", "chrono", "numeric"] }
9898
diesel-async = { version = "=0.7.4", features = ["async-connection-wrapper", "deadpool", "postgres"] }
9999
diesel_full_text_search = "=2.3.0"
100-
diesel_migrations = { version = "=2.3.0", features = ["postgres"] }
100+
diesel_migrations = { version = "=2.3.1", features = ["postgres"] }
101101
dotenvy = "=0.15.7"
102102
flate2 = "=1.1.5"
103103
futures-util = "=0.3.31"

crates/crates_io_test_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
crates_io_env_vars = { path = "../crates_io_env_vars" }
1212
diesel = { version = "=2.3.4", features = ["postgres", "r2d2"] }
1313
diesel-async = { version = "=0.7.4", features = ["postgres"] }
14-
diesel_migrations = { version = "=2.3.0", features = ["postgres"] }
14+
diesel_migrations = { version = "=2.3.1", features = ["postgres"] }
1515
rand = "=0.9.2"
1616
tracing = "=0.1.43"
1717
url = "=2.5.7"

0 commit comments

Comments
 (0)