From 9afa5150c8cd659fa5cfe26a1c1355613e40de4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 07:02:39 +0000 Subject: [PATCH] build(deps): bump thread_local from 1.1.4 to 1.1.6 Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.4 to 1.1.6. - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Commits](https://github.com/Amanieu/thread_local-rs/compare/1.1.4...1.1.6) --- updated-dependencies: - dependency-name: thread_local dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..7651e14fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2490,10 +2490,11 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.4" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" +checksum = "50f297120ff9d4efe680df143d5631bba9c75fa371992b7fcb33eb3453cb0a07" dependencies = [ + "cfg-if", "once_cell", ]