diff --git a/Cargo.lock b/Cargo.lock index a13b6773..116e8989 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,9 +1069,9 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "open" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176ee4b630d174d2da8241336763bb459281dddc0f4d87f72c3b1efc9a6109b7" +checksum = "4b1e014096a08da72e3287119e0c69a8f6fce61a031a55b1ce2607fe9c2b5a67" dependencies = [ "pathdiff", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 62dedb5f..b964c875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ local_ipaddress = "0.1.3" log = { version = "0.4.14", features = ["std"] } notify-rust = "4.5.6" once_cell = "1.9.0" -open = "2.0.2" +open = "2.0.3" os_info = "3.2.0" path-slash = "0.1.4" pest = "2.1.3"