Skip to content

Commit 3858826

Browse files
committed
Auto merge of #4060 - rust-lang:renovate/scheduled-thread-pool-0.x, r=Turbo87
Update Rust crate scheduled-thread-pool to 0.2.5 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [scheduled-thread-pool](https://crates.io/crates/scheduled-thread-pool) | dependencies | patch | `0.2.0` -> `0.2.5` | --- ### 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 a54fce6 + b7e3978 commit 3858826

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
@@ -71,7 +71,7 @@ parking_lot = "0.11"
7171
prometheus = { version = "0.13.0", default-features = false }
7272
rand = "0.8"
7373
reqwest = { version = "0.11", features = ["blocking", "gzip", "json"] }
74-
scheduled-thread-pool = "0.2.0"
74+
scheduled-thread-pool = "0.2.5"
7575
semver = { version = "1.0.3", features = ["serde"] }
7676
sentry = { version = "0.23.0", features = ["tracing"] }
7777
sentry-conduit = { version = "0.3.0", default-features = false }

0 commit comments

Comments
 (0)