Skip to content

Commit

Permalink
Update webbrowser (#2631)
Browse files Browse the repository at this point in the history
* Update webbrowser

* Update webbrowser in Cargo.toml too

Make sure all users get updated too
  • Loading branch information
emilk authored Jan 26, 2023
1 parent 5b1cad2 commit 4a0bafb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
35 changes: 22 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
# feature screen_reader
tts = { version = "0.24", optional = true }

webbrowser = { version = "0.8", optional = true }
webbrowser = { version = "0.8.3", 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.6.3", optional = true }
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ skip-tree = [
{ name = "glium" }, # legacy crate, lots of old dependencies
{ name = "rfd" }, # example dependency
{ name = "three-d" }, # example dependency
{ name = "tts" }, # we are migrating away from tts to accesskit
]


Expand Down

0 comments on commit 4a0bafb

Please sign in to comment.