diff --git a/Cargo.lock b/Cargo.lock index 48a823f..4764ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2589,9 +2589,9 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "open" -version = "5.3.3" +version = "5.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" +checksum = "2fbaa89d2ddc8473c78a3adf69eea8cffa28c483b8e02a971ef31527cd0fc92c" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 62c16d3..599d8d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ notify-rust = "4.11" tray-icon = { version = "0.21.1", default-features = false } winit = { version = "0.30", features = ["rwh_06"], default-features = false } failsafe = "1.3.0" -open = "5.3.2" +open = "5.3.5" serde = { version = "1.0", features = ["derive"]} toml = "0.9.7" auto-launch = "0.5"