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 }