chore: update dependencies

This commit is contained in:
Michael Aaron Murphy 2023-05-26 16:52:05 +02:00
parent 57a73f0298
commit 6ab686e8a9
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
5 changed files with 62 additions and 62 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 = { version = "4.0.18", default-features = false }
byte-unit = { version = "4.0.19", default-features = false }
const_format = "0.2.30"
concat-in-place = "1.1.0"
sysinfo = "0.28.4"
sysinfo = "0.29.0"
memchr = "2.5.0"
[dependencies.bumpalo]
version = "3.12.1"
version = "3.13.0"
features = ["collections"]