build(deps): bump webbrowser from 0.5.5 to 0.6.0

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.5.5 to 0.6.0.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.5.5...v0.6.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-02-21 20:08:38 +00:00 committed by relrelb
parent 2ca62ecf4b
commit 6bb49e6420
2 changed files with 8 additions and 5 deletions

11
Cargo.lock generated
View File

@ -3863,10 +3863,13 @@ dependencies = [
[[package]] [[package]]
name = "webbrowser" name = "webbrowser"
version = "0.5.5" version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a" checksum = "f9c28b6b6a78440b02647358625e3febc90724126480b9da6a967b5f674b3554"
dependencies = [ dependencies = [
"jni",
"ndk-glue 0.6.0",
"url",
"web-sys", "web-sys",
"widestring", "widestring",
"winapi", "winapi",
@ -3995,9 +3998,9 @@ dependencies = [
[[package]] [[package]]
name = "widestring" name = "widestring"
version = "0.4.3" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
[[package]] [[package]]
name = "winapi" name = "winapi"

View File

@ -15,7 +15,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.5.5" webbrowser = "0.6.0"
url = "2.2.2" url = "2.2.2"
clipboard = "0.5.0" clipboard = "0.5.0"
dirs = "4.0" dirs = "4.0"