From 2c590636b5422c010cbb3f909c8eb4777a6e2f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Tue, 23 Apr 2024 08:03:36 +0200 Subject: [PATCH] `egui-winit`: Update `webbrowser` to `v1.0.0` (#4394) No significant changes, mostly marks API stability: https://github.com/amodm/webbrowser-rs/releases/tag/v1.0.0 --- Cargo.lock | 4 ++-- crates/egui-winit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d64d54397f1..a9214151c0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4205,9 +4205,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "0.8.11" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2c79b77f525a2d670cb40619d7d9c673d09e0666f72c591ebd7861f84a87e57" +checksum = "60b6f804e41d0852e16d2eaee61c7e4f7d3e8ffdb7b8ed85886aeb0791fe9fcd" dependencies = [ "core-foundation", "home", diff --git a/crates/egui-winit/Cargo.toml b/crates/egui-winit/Cargo.toml index fdff0fcdcbf..a09829699fc 100644 --- a/crates/egui-winit/Cargo.toml +++ b/crates/egui-winit/Cargo.toml @@ -71,7 +71,7 @@ document-features = { workspace = true, optional = true } puffin = { workspace = true, optional = true } serde = { version = "1.0", optional = true, features = ["derive"] } -webbrowser = { version = "0.8.3", optional = true } +webbrowser = { version = "1.0.0", optional = true } [target.'cfg(any(target_os="linux", target_os="dragonfly", target_os="freebsd", target_os="netbsd", target_os="openbsd"))'.dependencies] smithay-clipboard = { version = "0.7.0", optional = true }