chore(deps): update webbrowser requirement in /crates/cli (#201)

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](https://github.com/amodm/webbrowser-rs/compare/v0.8.12...v1.0.0)

---
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>
This commit is contained in:
dependabot[bot] 2024-04-28 22:43:27 +03:00 committed by GitHub
parent c357b4594b
commit ddd95be413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,5 +56,5 @@ serde_json = { version = "1", optional = true, default-features = false }
quick-xml = { version = "0.31.0", optional = true, default-features = false }
# Browser
webbrowser = { version = "0.8.12", optional = true, default-features = false }
webbrowser = { version = "1.0.0", optional = true, default-features = false }