chore: Bump deps

This commit is contained in:
Arne Beer 2023-12-26 02:33:28 +01:00
parent ae85051d4f
commit 8b91440c03
No known key found for this signature in database
GPG key ID: CC9408F679023B65
4 changed files with 257 additions and 209 deletions

458
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -24,8 +24,8 @@ serde_derive = "1.0"
snap = "1.1"
strum = "0.25"
strum_macros = "0.25"
tokio = { version = "1.33", features = ["rt-multi-thread", "time", "io-std"] }
handlebars = "4.4"
tokio = { version = "1.35", features = ["rt-multi-thread", "time", "io-std"] }
handlebars = "4.5"
# Dev dependencies
anyhow = "1"

View file

@ -68,5 +68,5 @@ crossterm = { version = "0.27", default-features = false, features=["windows"] }
# Test specific dev-dependencies
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
whoami = "1"
procfs = { version = "0.15", default-features = false }
procfs = { version = "0.16", default-features = false }

View file

@ -69,4 +69,4 @@ whoami = "1"
# Linux only
[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.15", default-features = false }
procfs = { version = "0.16", default-features = false }