diff --git a/Cargo.lock b/Cargo.lock index e26e401..dad8b0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2978,9 +2978,9 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "open" -version = "5.3.2" +version = "5.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95" +checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" dependencies = [ "is-wsl", "libc", diff --git a/crates/rustirc-gui/Cargo.toml b/crates/rustirc-gui/Cargo.toml index 15d3c46..205a159 100644 --- a/crates/rustirc-gui/Cargo.toml +++ b/crates/rustirc-gui/Cargo.toml @@ -15,7 +15,7 @@ anyhow = { workspace = true } thiserror = { workspace = true } regex = { workspace = true } async-trait = "0.1" -open = "5.0" +open = "5.3" chrono = { version = "0.4", features = ["serde"] } rustirc-core = { path = "../rustirc-core" }