Bump nix and ctrlc crate to resolve audit failures (#20558)
* Bump nix and ctrlc * Update to direct error variants * Use statement cleanup
This commit is contained in:
@@ -16,11 +16,11 @@ bzip2 = "0.4.3"
|
||||
chrono = { version = "0.4.11", features = ["serde"] }
|
||||
clap = { version = "2.33.1" }
|
||||
console = "0.14.1"
|
||||
ctrlc = { version = "3.1.9", features = ["termination"] }
|
||||
ctrlc = { version = "3.2.1", features = ["termination"] }
|
||||
dirs-next = "2.0.0"
|
||||
indicatif = "0.16.2"
|
||||
lazy_static = "1.4.0"
|
||||
nix = "0.20.0"
|
||||
nix = "0.23.0"
|
||||
reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
serde_yaml = "0.8.21"
|
||||
|
Reference in New Issue
Block a user