From 3feff466f4868a70b79a8585313736c029a75c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:33:02 +0000 Subject: [PATCH] chore(deps): bump bytesize from 2.2.0 to 2.3.0 Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/bytesize-rs/bytesize/releases) - [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md) - [Commits](https://github.com/bytesize-rs/bytesize/compare/bytesize-v2.2.0...bytesize-v2.3.0) --- updated-dependencies: - dependency-name: bytesize dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fdev/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f3d68c75..7ddf493ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,9 +520,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "bytesize" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c99fa31e08a43eaa5913ef68d7e01c37a2bdce6ed648168239ad33b7d30a9cd8" +checksum = "00f4369ba008f82b968b1acbe31715ec37bd45236fa0726605a36cc3060ea256" [[package]] name = "castaway" diff --git a/crates/fdev/Cargo.toml b/crates/fdev/Cargo.toml index fd40fce41..7915b0ed6 100644 --- a/crates/fdev/Cargo.toml +++ b/crates/fdev/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/freenet/freenet-core" readme = "README.md" [dependencies] -bytesize = "2.2" +bytesize = "2.3" anyhow = "1" axum = { default-features = false, features = ["http1", "matched-path", "query", "tower-log", "ws"], workspace = true } bincode = "1"