diff --git a/Cargo.lock b/Cargo.lock index 496fd9db..764eb73c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,9 +2001,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "open" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8" +checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 9fd724a5..35d1742a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ humantime = "2.1.0" indicatif = { version = "0.17.7", features = ["rayon"] } itertools = "0.12.0" log = { version = "0.4.20", features = ["max_level_debug", "release_max_level_warn"] } -open = "5.0.0" +open = "5.0.1" parking_lot = { version = "0.12.1", features = ["serde", "deadlock_detection"] } percent-encoding = "2.3.0" preferences = "1.1.0"