chore: Bump dependencies

This commit is contained in:
Arne Beer 2023-05-26 17:08:55 +02:00
parent 1d507a51b9
commit 13bd0b3c00
No known key found for this signature in database
GPG key ID: CC9408F679023B65
4 changed files with 395 additions and 349 deletions

724
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.24"
strum_macros = "0.24"
tokio = { version = "1.26", features = ["rt-multi-thread", "time", "io-std"] }
tokio = { version = "1.28", features = ["rt-multi-thread", "time", "io-std"] }
# Dev dependencies
anyhow = "1"

View file

@ -19,14 +19,14 @@ pueue-lib = { version = "0.21.3", path = "../pueue_lib" }
anyhow = "1.0"
chrono-english = "0.1"
clap = { version = "4.1", features = ["derive", "cargo", "help"] }
clap_complete = "4.1"
comfy-table = "6.1"
crossterm = { version = "0.25", default-features = false }
clap = { version = "4.3", features = ["derive", "cargo", "help"] }
clap_complete = "4.3"
comfy-table = "6.2"
crossterm = { version = "0.26", default-features = false }
ctrlc = { version = "3", features = ["termination"] }
handlebars = "4.3"
pest = "2.5"
pest_derive = "2.5"
pest = "2.6"
pest_derive = "2.6"
shell-escape = "0.1"
simplelog = "0.12"
tempfile = "3"

View file

@ -23,13 +23,13 @@ dirs = "5.0"
rand = "0.8"
rcgen = "0.10"
rev_buf_reader = "0.3"
rustls = { version = "0.20", default-features = false }
rustls = { version = "0.21", default-features = false }
rustls-pemfile = "1.0"
serde_cbor = "0.11"
serde_yaml = "0.9"
shellexpand = "3.0"
shellexpand = "3.1"
thiserror = "1.0"
tokio-rustls = { version = "0.23", default-features = false }
tokio-rustls = { version = "0.24", default-features = false }
command-group = { workspace = true }
log = { workspace = true }