diff --git a/Cargo.lock b/Cargo.lock index e594601..fadb9be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,9 +1134,9 @@ checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" [[package]] name = "uuid" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 1ad98a7..fe9ff16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" structopt = "0.3" -uuid = { version = "1.6", features = ["v4"] } +uuid = { version = "1.7", features = ["v4"] } yaml-rust = "0.4.4" simplelog = "0.12" nix = { version = "0.27", default-features = false, features = ["user"] }