Update Rust crate bytesize to v2

This commit is contained in:
Renovate Bot 2025-06-22 00:17:14 +00:00
parent 13b8e3de37
commit 00b17187b0
2 changed files with 28 additions and 6 deletions

32
Cargo.lock generated
View file

@ -262,7 +262,7 @@ dependencies = [
"futures",
"hex",
"log",
"maud",
"maud 0.26.0",
"rand 0.8.5",
"rayon",
"regex",
@ -357,9 +357,9 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
[[package]]
name = "bytesize"
version = "1.3.3"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659"
checksum = "a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba"
[[package]]
name = "cc"
@ -1735,7 +1735,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
dependencies = [
"itoa",
"maud_macros",
"maud_macros 0.26.0",
]
[[package]]
name = "maud"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8156733e27020ea5c684db5beac5d1d611e1272ab17901a49466294b84fc217e"
dependencies = [
"itoa",
"maud_macros 0.27.0",
]
[[package]]
@ -1750,6 +1760,18 @@ dependencies = [
"syn",
]
[[package]]
name = "maud_macros"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7261b00f3952f617899bc012e3dbd56e4f0110a038175929fa5d18e5a19913ca"
dependencies = [
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
"syn",
]
[[package]]
name = "md-5"
version = "0.10.6"
@ -2011,7 +2033,7 @@ dependencies = [
"comrade",
"env_logger 0.11.8",
"log",
"maud",
"maud 0.27.0",
"nix",
"rand 0.9.1",
"reqwest 0.12.20",

View file

@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
based = { git = "https://git.hydrar.de/jmarya/based" }
comrade = { git = "https://git.hydrar.de/jmarya/comrade" }
bytesize = "1.3.0"
bytesize = "2.0.0"
chrono = "0.4.39"
env_logger = "0.11.6"
log = "0.4.22"