build(deps): bump webbrowser from 0.7.1 to 0.8.0

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-12 20:41:44 +00:00 committed by relrelb
parent dae2dc2490
commit bff0855435
2 changed files with 5 additions and 3 deletions

6
Cargo.lock generated
View File

@ -4157,12 +4157,14 @@ dependencies = [
[[package]] [[package]]
name = "webbrowser" name = "webbrowser"
version = "0.7.1" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc6a3cffdb686fbb24d9fb8f03a213803277ed2300f11026a3afe1f108dc021b" checksum = "01d62aa75495ab67cdc273d0b95cc76bcedfea2ba28338a4cf9b4137949dfac5"
dependencies = [ dependencies = [
"jni", "jni",
"ndk-glue 0.6.2", "ndk-glue 0.6.2",
"objc",
"raw-window-handle 0.5.0",
"url", "url",
"web-sys", "web-sys",
"widestring", "widestring",

View File

@ -16,7 +16,7 @@ env_logger = { version = "0.9", default-features = false, features = ["humantime
generational-arena = "0.2.8" generational-arena = "0.2.8"
log = "0.4" log = "0.4"
winit = "0.26.1" winit = "0.26.1"
webbrowser = "0.7.1" webbrowser = "0.8.0"
url = "2.2.2" url = "2.2.2"
clipboard = "0.5.0" clipboard = "0.5.0"
dirs = "4.0" dirs = "4.0"