From 350ebb83e522a54585fb298edb850ee42109c55b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 17:11:32 -0800 Subject: [PATCH] chore(deps) Update Rust crate open to 1.6.0 (#1348) Co-authored-by: Renovate Bot --- tauri-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 4b9d00e89..8c4c9310d 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -37,7 +37,7 @@ clap = { version = "=3.0.0-beta.2", optional = true } notify-rust = { version = "4.3.0", optional = true } once_cell = "1.7.2" tauri-hotkey = { git = "https://github.com/tauri-apps/tauri-hotkey-rs", branch = "dev", optional = true } -open = "1.5.1" +open = "1.6.0" [dev-dependencies] quickcheck = "1.0.3"