diff --git a/Cargo.lock b/Cargo.lock index e594601..4f89dd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -825,9 +825,9 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "shlex" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "simplelog" diff --git a/Cargo.toml b/Cargo.toml index 1ad98a7..c8e2279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ uuid = { version = "1.6", features = ["v4"] } yaml-rust = "0.4.4" simplelog = "0.12" nix = { version = "0.27", default-features = false, features = ["user"] } -shlex = "1.2" +shlex = "1.3" sha2 = "0.10.8" anyhow = "1.0.79" thiserror = "1.0.56"