From 4fd911acfb940a50944a9f11ad507d60707a225f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 02:36:06 +0000 Subject: [PATCH] build: bump base64 from 0.22.1 to 0.23.1 in /silkd Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.1...v0.23.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- silkd/Cargo.lock | 6 +++--- silkd/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/silkd/Cargo.lock b/silkd/Cargo.lock index bbfb75df..d36984f0 100644 --- a/silkd/Cargo.lock +++ b/silkd/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" [[package]] name = "base64" -version = "0.22.1" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" [[package]] name = "bitflags" @@ -610,7 +610,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/silkd/Cargo.toml b/silkd/Cargo.toml index 8bded2dd..58e928c6 100644 --- a/silkd/Cargo.toml +++ b/silkd/Cargo.toml @@ -7,7 +7,7 @@ description = "In-guest sandbox daemon: exec with context, processes, and files publish = false [dependencies] -base64 = "0.22" +base64 = "0.23" libc = "0.2" memchr = "2" notify = "6"