From 31993fee8e3352e7402bce406d700243b4075059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:49:09 +0000 Subject: [PATCH] Bump bytes Bumps the cargo group with 1 update in the /GUARDIAN_PROTOCOL/deployment directory: [bytes](https://github.com/tokio-rs/bytes). Updates `bytes` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- GUARDIAN_PROTOCOL/deployment/Cargo.lock | 4 ++-- VJEPA_CODE2CODE/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GUARDIAN_PROTOCOL/deployment/Cargo.lock b/GUARDIAN_PROTOCOL/deployment/Cargo.lock index 70bf926..f0bff7d 100644 --- a/GUARDIAN_PROTOCOL/deployment/Cargo.lock +++ b/GUARDIAN_PROTOCOL/deployment/Cargo.lock @@ -225,9 +225,9 @@ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cast" diff --git a/VJEPA_CODE2CODE/rust/Cargo.toml b/VJEPA_CODE2CODE/rust/Cargo.toml index 03fd86c..0476729 100644 --- a/VJEPA_CODE2CODE/rust/Cargo.toml +++ b/VJEPA_CODE2CODE/rust/Cargo.toml @@ -25,7 +25,7 @@ redis = { version = "0.25", features = ["tokio-comp", "connection-manager"] } # Cryptography sha2 = "0.10" ed25519-dalek = { version = "2.1", features = ["rand_core"] } -rand = "0.8" +rand = "0.10" # Apple Security Framework (macOS only) [target.'cfg(target_os = "macos")'.dependencies]