From a3a7166fac96766a6b2a92a3aec1e93699a2b2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 13:13:21 +0000 Subject: [PATCH] Bump the cargo group across 1 directory with 2 updates Bumps the cargo group with 2 updates in the /ftml-sidecar directory: [rand](https://github.com/rust-random/rand) and [time](https://github.com/time-rs/time). Updates `rand` from 0.8.5 to 0.8.8 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.8/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.8.8) Updates `time` from 0.1.44 to 0.1.45 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.8 dependency-type: indirect dependency-group: cargo - dependency-name: time dependency-version: 0.1.45 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- ftml-capi/Cargo.lock | 4 ++-- ftml-sidecar/Cargo.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ftml-capi/Cargo.lock b/ftml-capi/Cargo.lock index c19b503e..c18f6155 100644 --- a/ftml-capi/Cargo.lock +++ b/ftml-capi/Cargo.lock @@ -613,9 +613,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" +checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c" dependencies = [ "libc", "rand_chacha", diff --git a/ftml-sidecar/Cargo.lock b/ftml-sidecar/Cargo.lock index 8a86fd5d..60b420b1 100644 --- a/ftml-sidecar/Cargo.lock +++ b/ftml-sidecar/Cargo.lock @@ -568,9 +568,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.5" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c" dependencies = [ "libc", "rand_chacha", @@ -772,9 +772,9 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi 0.10.0+wasi-snapshot-preview1",