Skip to content

Commit 1059ccf

Browse files
committed
Auto merge of #4676 - rust-lang:renovate/semver-1.x, r=jtgeibel
Update Rust crate semver to v1.0.7 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [semver](https://crates.io/crates/semver) | dependencies | patch | `=1.0.6` -> `=1.0.7` | --- ### 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 2483d5d + a4e7a73 commit 1059ccf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -71,7 +71,7 @@ prometheus = { version = "=0.13.0", default-features = false }
7171
rand = "=0.8.5"
7272
reqwest = { version = "=0.11.10", features = ["blocking", "gzip", "json"] }
7373
scheduled-thread-pool = "=0.2.5"
74-
semver = { version = "=1.0.6", features = ["serde"] }
74+
semver = { version = "=1.0.7", features = ["serde"] }
7575
sentry = { version = "=0.24.3", features = ["tracing"] }
7676
sentry-conduit = { version = "=0.5.0", default-features = false }
7777
serde = { version = "=1.0.136", features = ["derive"] }

0 commit comments

Comments
 (0)