Skip to content

Commit

Permalink
chore(deps): bump webbrowser from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v1.0.0...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2024
1 parent 3f44922 commit b9811ee
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 24 deletions.
64 changes: 41 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/stn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dialoguer = "0.11.0"
ethers = { version = "2.0", features = ["rustls", "ws"] }
reqwest = { version = "0.11", default-features=false, features = ["json", "tokio-rustls"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
webbrowser = { version = "1.0.0" }
webbrowser = { version = "1.0.1" }
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit b9811ee

Please sign in to comment.