chore: update dependencies

This commit is contained in:
Michael Aaron Murphy 2024-09-20 20:37:14 +02:00
parent c6cd78ec9c
commit 0472c00096
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
27 changed files with 262 additions and 237 deletions

View file

@ -8,9 +8,9 @@ license = "GPL-3.0-only"
[dependencies]
byte-unit = "5.1.4"
const_format = "0.2.32"
const_format = "0.2.33"
concat-in-place = "1.1.0"
sysinfo = "0.31.2"
sysinfo = "0.31.4"
memchr = "2.7.4"
[dependencies.bumpalo]

View file

@ -15,5 +15,5 @@ futures-lite = "2.3.0"
futures-util = "0.3.30"
image = "0.25.2"
infer = "0.16.0"
tokio = { version = "1.39.3", features = ["sync"] }
tokio = { version = "1.40.0", features = ["sync"] }
tracing = "0.1.40"