From 54f07af265cdde073234df0d6a4d5958c3fcb097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:22:36 +0000 Subject: [PATCH] chore(deps): bump scoped-tls from 1.0.0 to 1.0.1 Bumps [scoped-tls](https://github.com/alexcrichton/scoped-tls) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/alexcrichton/scoped-tls/releases) - [Commits](https://github.com/alexcrichton/scoped-tls/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: scoped-tls dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd5f94d2359..ac32f79e1fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5321,9 +5321,9 @@ dependencies = [ [[package]] name = "scoped-tls" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" +checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" [[package]] name = "scoped_threadpool"