chore: update dependencies

This commit is contained in:
Michael Aaron Murphy 2024-01-18 16:02:32 +01:00 committed by Michael Murphy
parent 805bafd1b6
commit 8610b181f8
6 changed files with 282 additions and 80 deletions

View file

@ -7,10 +7,10 @@ license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byte-unit = { version = "4.0.19", default-features = false }
byte-unit = "5.1.3"
const_format = "0.2.32"
concat-in-place = "1.1.0"
sysinfo = "0.29.11"
sysinfo = "0.30.5"
memchr = "2.7.1"
[dependencies.bumpalo]