From 3c79582fed10e283244a50ae38787f0bdb69bc89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Sallai?= Date: Thu, 26 Jan 2023 17:42:16 +0200 Subject: [PATCH] bump webbrowser --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdd7eb8..7adfb26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ strum = "0.24" strum_macros = "0.24" # remove and replace when drain_filter is in stable vec_mut_scan = "0.4" -webbrowser = { version = "=0.8.4", optional = true } +webbrowser = { version = "0.8.6", optional = true } winit = { git = "https://github.com/doukutsu-rs/winit.git", rev = "878f206d19af01b0977277929eee5e32667453c0", optional = true, default_features = false, features = ["x11"] } xmltree = "0.10"