From 3ca8f1a53c1478a49cb632bb6aad5175aaf35fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:23:42 +0000 Subject: [PATCH] build(deps): bump thread-id from 5.0.0 to 5.1.0 Bumps [thread-id](https://github.com/ruuda/thread-id) from 5.0.0 to 5.1.0. - [Changelog](https://github.com/ruuda/thread-id/blob/master/changelog.md) - [Commits](https://github.com/ruuda/thread-id/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: thread-id dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c0245d..9b91ff5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,12 +888,12 @@ dependencies = [ [[package]] name = "thread-id" -version = "5.0.0" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99043e46c5a15af379c06add30d9c93a6c0e8849de00d244c4a2c417da128d80" +checksum = "2010d27add3f3240c1fef7959f46c814487b216baee662af53be645ba7831c07" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]]