chore: Bump dependencies

This commit is contained in:
Arne Beer 2023-08-22 09:11:09 +02:00
parent 5a809d5866
commit 0efff1b109
No known key found for this signature in database
GPG key ID: CC9408F679023B65
4 changed files with 219 additions and 255 deletions

468
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@ serde_derive = "1.0"
snap = "1.1"
strum = "0.25"
strum_macros = "0.25"
tokio = { version = "1.29", features = ["rt-multi-thread", "time", "io-std"] }
tokio = { version = "1.32", features = ["rt-multi-thread", "time", "io-std"] }
# Dev dependencies
anyhow = "1"

View file

@ -44,7 +44,7 @@ tokio = { workspace = true }
[dev-dependencies]
assert_cmd = "2"
rstest = "0.17"
rstest = "0.18"
similar-asserts = "1"
anyhow = { workspace = true }

View file

@ -63,7 +63,7 @@ winapi = { version = "0.3", features = [
# Unix
[target.'cfg(unix)'.dependencies]
libproc = "0.13.0"
libproc = "0.14.1"
whoami = "1"
# Linux only