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"