From 2b5482030ac44433dc1e260892eb6d83eebb5284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:50:49 +0000 Subject: [PATCH] chore(deps): bump thread_local from 1.1.7 to 1.1.8 Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.7 to 1.1.8. - [Commits](https://github.com/Amanieu/thread_local-rs/compare/1.1.7...1.1.8) --- updated-dependencies: - dependency-name: thread_local dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/weaver_template/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 673477be..7e99c2b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3262,9 +3262,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ "cfg-if", "once_cell", diff --git a/crates/weaver_template/Cargo.toml b/crates/weaver_template/Cargo.toml index 8763a635..dd311245 100644 --- a/crates/weaver_template/Cargo.toml +++ b/crates/weaver_template/Cargo.toml @@ -17,7 +17,7 @@ tera = "1.19.1" textwrap = "0.16.1" glob = "0.3.1" convert_case = "0.6.0" -thread_local = "1.1.7" +thread_local = "1.1.8" thiserror.workspace = true serde.workspace = true