chore: upgrade all dependencies

This commit is contained in:
Michael Aaron Murphy 2025-02-14 01:48:26 +01:00
parent 9ebad94e3b
commit a90d7fbc42
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
10 changed files with 343 additions and 273 deletions

View file

@ -7,12 +7,12 @@ license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byte-unit = "5.1.4"
const_format = "0.2.33"
byte-unit = "5.1.6"
const_format = "0.2.34"
concat-in-place = "1.1.0"
sysinfo = "0.31.4"
memchr = "2.7.4"
[dependencies.bumpalo]
version = "3.16.0"
version = "3.17.0"
features = ["collections"]