Skip to content

Commit 2a3d4be

Browse files
committed
Auto merge of #4044 - rust-lang:renovate/lazy_static-1.x, r=Turbo87
Update Rust crate lazy_static to 1.4 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lazy_static](https://crates.io/crates/lazy_static) | dev-dependencies | minor | `1.0` -> `1.4` | --- ### 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 this update 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 eb3edcd + 41ded2f commit 2a3d4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ url = "2.1"
9292
claim = "0.5"
9393
conduit-test = "0.9.0-alpha.5"
9494
hyper-tls = "0.5"
95-
lazy_static = "1.0"
95+
lazy_static = "1.4"
9696
tokio = "1.5.0"
9797
tower-service = "0.3.0"
9898

0 commit comments

Comments
 (0)