From b2f9ac68187cf0c7895546a88e7c6999c15ebbb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:03:59 +0000 Subject: [PATCH] chore(deps): bump bytesize from 2.1.0 to 2.2.0 Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 2.1.0 to 2.2.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.1.0...bytesize-v2.2.0) --- updated-dependencies: - dependency-name: bytesize dependency-version: 2.2.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 81a5b82a8..67af606e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,9 +520,9 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "bytesize" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5c434ae3cf0089ca203e9019ebe529c47ff45cefe8af7c85ecb734ef541822f" +checksum = "c99fa31e08a43eaa5913ef68d7e01c37a2bdce6ed648168239ad33b7d30a9cd8" [[package]] name = "castaway" diff --git a/crates/fdev/Cargo.toml b/crates/fdev/Cargo.toml index b4d7a7876..a6bfcb627 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.0" +bytesize = "2.2" anyhow = "1" axum = { default-features = false, features = ["http1", "matched-path", "query", "tower-log", "ws"], workspace = true } bincode = "1"