From b97a9692d35711c1d063ea512179ed83504a34fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 02:12:29 +0000 Subject: [PATCH] chore(agent)(deps): bump uuid from 1.24.0 to 1.25.0 in /catalyst-agent Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.24.0...1.25.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- catalyst-agent/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalyst-agent/Cargo.lock b/catalyst-agent/Cargo.lock index 03c294d31..4def16915 100644 --- a/catalyst-agent/Cargo.lock +++ b/catalyst-agent/Cargo.lock @@ -273,7 +273,7 @@ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" [[package]] name = "catalyst-agent" -version = "1.24.0" +version = "1.24.1" dependencies = [ "aes-gcm", "anyhow", @@ -3415,9 +3415,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.24.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" +checksum = "f053576934f05a761a402421fbbe3d425d9366f75f978806a037b3ca481abecc" dependencies = [ "getrandom 0.4.3", "js-sys",