build(deps): bump webbrowser from 0.7.0 to 0.7.1

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
- [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.0...v0.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-02 20:13:20 +00:00 committed by Mike Welsh
parent 6c5a35d1bc
commit 4f1dec79e3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4022,9 +4022,9 @@ dependencies = [
[[package]] [[package]]
name = "webbrowser" name = "webbrowser"
version = "0.7.0" version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b69b622bc637b83844de630868d5c431bb25614fdf49a7b75c008f9b2f6b110" checksum = "fc6a3cffdb686fbb24d9fb8f03a213803277ed2300f11026a3afe1f108dc021b"
dependencies = [ dependencies = [
"jni", "jni",
"ndk-glue 0.6.1", "ndk-glue 0.6.1",

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.7.0" webbrowser = "0.7.1"
url = "2.2.2" url = "2.2.2"
clipboard = "0.5.0" clipboard = "0.5.0"
dirs = "4.0" dirs = "4.0"