Skip to content

Commit d732d98

Browse files
committed
Auto merge of #4043 - rust-lang:renovate/diesel_migrations-1.x, r=Turbo87
Update Rust crate diesel_migrations to 1.4.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [diesel_migrations](https://crates.io/crates/diesel_migrations) | build-dependencies | minor | `1.3.0` -> `1.4.0` | | [diesel_migrations](https://crates.io/crates/diesel_migrations) | dependencies | minor | `1.3.0` -> `1.4.0` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 8d0ce48 + 6a8416b commit d732d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ derive_deref = "1.1.1"
5252
dialoguer = "0.9"
5353
diesel = { version = "1.4.8", features = ["postgres", "serde_json", "chrono", "r2d2"] }
5454
diesel_full_text_search = "1.0.0"
55-
diesel_migrations = { version = "1.3.0", features = ["postgres"] }
55+
diesel_migrations = { version = "1.4.0", features = ["postgres"] }
5656
dotenv = "0.15"
5757
flate2 = "1.0"
5858
futures-channel = { version = "0.3.1", default-features = false }
@@ -98,5 +98,5 @@ tower-service = "0.3.0"
9898

9999
[build-dependencies]
100100
diesel = { version = "1.4.8", features = ["postgres"] }
101-
diesel_migrations = { version = "1.3.0", features = ["postgres"] }
101+
diesel_migrations = { version = "1.4.0", features = ["postgres"] }
102102
dotenv = "0.15"

0 commit comments

Comments
 (0)