build(deps): bump webbrowser in the cargo-minor group

Bumps the cargo-minor group with 1 update: [webbrowser](https://github.com/amodm/webbrowser-rs).


Updates `webbrowser` from 1.0.1 to 1.0.2
- [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/v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-16 20:48:53 +00:00 committed by TÖRÖK Attila
parent 4ab0910bff
commit a74d177a4a
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -6204,12 +6204,12 @@ dependencies = [
[[package]]
name = "webbrowser"
version = "1.0.1"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "425ba64c1e13b1c6e8c5d2541c8fac10022ca584f33da781db01b5756aef1f4e"
checksum = "2e5f07fb9bc8de2ddfe6b24a71a75430673fd679e568c48b52716cef1cfae923"
dependencies = [
"block2",
"core-foundation 0.9.4",
"core-foundation 0.10.0",
"home",
"jni",
"log",

View File

@ -29,7 +29,7 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-appender = "0.2.3"
winit = "0.30.5"
webbrowser = "1.0.1"
webbrowser = "1.0.2"
url = { workspace = true }
dirs = "5.0"
rfd = { workspace = true }