From f015895dd3f6e0157ccc2ee288d12767283f6bcd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 May 2022 01:08:06 +0000 Subject: [PATCH] Update Rust crate scheduled-thread-pool to v0.2.6 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47b6a0744d7..e9aa51358dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2294,11 +2294,11 @@ dependencies = [ [[package]] name = "scheduled-thread-pool" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7" +checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf" dependencies = [ - "parking_lot 0.11.2", + "parking_lot 0.12.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ab79f9f85fb..d1a12c93092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ parking_lot = "=0.12.0" prometheus = { version = "=0.13.1", default-features = false } rand = "=0.8.5" reqwest = { version = "=0.11.10", features = ["blocking", "gzip", "json"] } -scheduled-thread-pool = "=0.2.5" +scheduled-thread-pool = "=0.2.6" semver = { version = "=1.0.9", features = ["serde"] } sentry = { version = "=0.24.3", features = ["tracing"] } sentry-conduit = { version = "=0.5.0", default-features = false }