diff --git a/Cargo.lock b/Cargo.lock index 34df096af..2aa830179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,9 +1133,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9213e7b66aa06a7722828ee2980c1adff22a3922b582baaa1e62e30ca2a6c018" +checksum = "e0524af9508f9b5c4eb41dce095860456727748f63b478d625f119a70e0d764a" dependencies = [ "pathdiff", "winapi", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8a45fbcd0..68633867f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -31,7 +31,7 @@ log = "^0.4.6" maplit = "1.0.2" minisign-verify = "0.2.1" nom = "7.1.1" -open = "2.0.1" +open = "2.1.2" phylum_types = { git = "https://github.com/phylum-dev/phylum-types", branch = "development" } prettytable-rs = "0.8.0" rand = "0.8.4"