Skip to content

Commit

Permalink
Merge pull request #478 from ramsayleung/dependabot/cargo/webbrowser-…
Browse files Browse the repository at this point in the history
…1.0.0

Update webbrowser requirement from 0.8.0 to 1.0.0
  • Loading branch information
ramsayleung authored Apr 24, 2024
2 parents 7573e7d + 7851a3f commit a651e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_json = "1.0.67"
sha2 = "0.10.0"
thiserror = "1.0.29"
url = "2.2.2"
webbrowser = { version = "0.8.0", optional = true }
webbrowser = { version = "1.0.0", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.3", features = ["js"] }
Expand Down

0 comments on commit a651e27

Please sign in to comment.