From b7e397807b31fd558fdd41ffd52a8d6e4874a989 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Oct 2021 23:26:42 +0000 Subject: [PATCH] Update Rust crate scheduled-thread-pool to 0.2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 623c05c5742..d05577f4ac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ parking_lot = "0.11" prometheus = { version = "0.13.0", default-features = false } rand = "0.8" reqwest = { version = "0.11", features = ["blocking", "gzip", "json"] } -scheduled-thread-pool = "0.2.0" +scheduled-thread-pool = "0.2.5" semver = { version = "1.0.3", features = ["serde"] } sentry = { version = "0.23.0", features = ["tracing"] } sentry-conduit = { version = "0.3.0", default-features = false }