build(deps): Bump webbrowser from 0.8.10 to 0.8.11

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.8.10 to 0.8.11.
- [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.8.10...v0.8.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/webbrowser-0.8.11
dependabot[bot] 1 year ago committed by GitHub
parent 2e3ae35a35
commit fc92056e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -691,9 +691,9 @@ dependencies = [
[[package]]
name = "webbrowser"
version = "0.8.10"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd222aa310eb7532e3fd427a5d7db7e44bc0b0cf1c1e21139c345325511a85b6"
checksum = "b2c79b77f525a2d670cb40619d7d9c673d09e0666f72c591ebd7861f84a87e57"
dependencies = [
"core-foundation",
"home",

@ -21,7 +21,7 @@ path = "src/lib.rs"
[dependencies]
clap = { version = '3.2.25', features = ["cargo"] }
url = { version = '2.3.1' }
webbrowser = { version = '0.8.10' }
webbrowser = { version = '0.8.11' }
[dev-dependencies]
test-case = { version = '3.1.0' }

Loading…
Cancel
Save