From 33246dfe8f03275620f4e12dcd7dddd55215bfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:17:06 +0000 Subject: [PATCH] build(deps): bump freenet-stdlib from 0.6.1 to 0.8.5 Bumps [freenet-stdlib](https://github.com/freenet/freenet-stdlib) from 0.6.1 to 0.8.5. - [Release notes](https://github.com/freenet/freenet-stdlib/releases) - [Changelog](https://github.com/freenet/freenet-stdlib/blob/main/CHANGELOG.md) - [Commits](https://github.com/freenet/freenet-stdlib/commits/rust-v0.8.5) --- updated-dependencies: - dependency-name: freenet-stdlib dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05c1017..c745441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -737,9 +737,9 @@ dependencies = [ [[package]] name = "freenet-stdlib" -version = "0.6.1" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4aa02deacddb55332a7dcb6ef3b3afef6e633d4fcbc3730df4f1e34cd7ce84d2" +checksum = "b62aeba7634d1ae5c2d02f78db33ee40442511858275be5be2099d24a13b2559" dependencies = [ "bincode", "blake3", diff --git a/Cargo.toml b/Cargo.toml index 791a705..e9c27a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ clap = { version = "4.5", features = ["derive", "env"] } rpassword = "7" # Freenet -freenet-stdlib = { version = "0.6.0" } +freenet-stdlib = { version = "0.8.5" } # Shared upgrade-migration machinery — BUILD half only (registry schema, # build-time hash validation, codegen, and the re-key CI guard). It has no