From fe52f498f15d3000898476f8f25cb70427c761c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 22:29:37 +0000 Subject: [PATCH] chore(deps): bump thread_local from 1.1.0 to 1.1.7 Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.0 to 1.1.7. - [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.0...1.1.7) --- updated-dependencies: - dependency-name: thread_local dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d783f027..f0a5c5fef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ahash" version = "0.2.19" @@ -1879,11 +1881,12 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.0" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447" +checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" dependencies = [ - "lazy_static", + "cfg-if 1.0.0", + "once_cell", ] [[package]]