diff --git a/Cargo.lock b/Cargo.lock index 2dbfa408a..7a7fbfeb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1204,9 +1204,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/Cargo.toml b/Cargo.toml index 014debf3c..5e2877e86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ log = { version = "0.4.16", features = ["std"] } # see: https://github.com/NixOS/nixpkgs/issues/160876 notify-rust = { version = "4.5.8", optional = true } once_cell = "1.10.0" -open = "2.1.1" +open = "2.1.2" os_info = "3.2.0" path-slash = "0.1.4" pest = "2.1.3"