From a814cf3231a4900e365cb4920dac71d861b99c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:35:06 +0000 Subject: [PATCH] build(deps): bump thread_local from 1.1.9 to 1.1.10 Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.9 to 1.1.10. - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Changelog](https://github.com/Amanieu/thread_local-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.9...v1.1.10) --- updated-dependencies: - dependency-name: thread_local dependency-version: 1.1.10 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 7d1933e..b0e0cc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2008,9 +2008,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.9" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" +checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" dependencies = [ "cfg-if", ]