From 3465267eeaee235387c85c1b9761775070568e10 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:41:49 +0000 Subject: [PATCH] Update uuid dependency to 1.10.0 in implants Updated the `uuid` dependency in `implants/Cargo.toml` from `1.5.0` to `1.10.0`. This update brings in new features and fixes while maintaining compatibility. Verified the build and tests pass in the `implants` workspace. Note: `Cargo.lock` is ignored in this workspace and thus not committed. Co-authored-by: KCarretto <16250309+KCarretto@users.noreply.github.com> --- implants/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/Cargo.toml b/implants/Cargo.toml index 3a6862e80..25556b63b 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -131,7 +131,7 @@ tokio-util = { version = "0.7.10", features = ["io"] } tonic = { git = "https://github.com/hyperium/tonic.git", rev = "07e4ee1" } tonic-build = { git = "https://github.com/hyperium/tonic.git", rev = "c783652" } # Needed git for `.codec_path` in build.rs - previous version of codec setting is really gross. https://github.com/hyperium/tonic/blob/ea8cd3f384e953e177f20a62aa156a75676853f4/examples/build.rs#L44 trait-variant = "0.1.1" -uuid = "1.5.0" +uuid = "1.10.0" urlencoding = "2.1.3" static_vcruntime = "2.0" url = "2.5"