From ec00d341752c77ae35bfcbaea8f2aee2b1500435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:16:12 +0000 Subject: [PATCH] Bump thread_local in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [thread_local](https://github.com/Amanieu/thread_local-rs). Updates `thread_local` from 1.0.1 to 1.1.8 - [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.0.1...1.1.8) --- updated-dependencies: - dependency-name: thread_local dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80950b11..094d2cc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3526,11 +3526,12 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.0.1" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ - "lazy_static", + "cfg-if 1.0.0", + "once_cell", ] [[package]]