Skip to content

Commit defb249

Browse files
Update webbrowser requirement from 0.8.2 to 1.0.0
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](amodm/webbrowser-rs@v0.8.2...v1.0.0) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87f9ac4 commit defb249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rend3-framework = { version = "^0.3.0", path = "../rend3-framework" }
6060
# Import gltf models
6161
rend3-gltf = { version = "^0.3.0", path = "../rend3-gltf" }
6262
# Opening URL's
63-
webbrowser = "0.8.2"
63+
webbrowser = "1.0.0"
6464
# Instant but portable to the web
6565
web-time = "1.1"
6666
# windowing

0 commit comments

Comments
 (0)