Skip to content

Commit

Permalink
Update webbrowser requirement from 0.8.2 to 1.0.1 (#281)
Browse files Browse the repository at this point in the history
Updates the requirements on [webbrowser](https://github.com/amodm/webbrowser-rs) to permit the latest version.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v0.8.2...v1.0.1)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vladyslav Batyrenko <mvlabat@gmail.com>
  • Loading branch information
dependabot[bot] and mvlabat committed Jul 5, 2024
1 parent f069c0c commit 0444b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bevy = { version = "0.14.0", default-features = false, features = [
] }
egui = { version = "0.28", default-features = false, features = ["bytemuck"] }
bytemuck = "1"
webbrowser = { version = "0.8.2", optional = true }
webbrowser = { version = "1.0.1", optional = true }

[target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies]
arboard = { version = "3.2.0", optional = true }
Expand Down

0 comments on commit 0444b1a

Please sign in to comment.