Skip to content

Commit

Permalink
build(deps): bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [cc](https://github.com/rust-lang/cc-rs) and [webbrowser](https://github.com/amodm/webbrowser-rs).


Updates `anyhow` from 1.0.82 to 1.0.83
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.82...1.0.83)

Updates `cc` from 1.0.96 to 1.0.97
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.96...1.0.97)

Updates `webbrowser` 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: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: webbrowser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amaanq committed May 13, 2024
1 parent d35e401 commit 087bcea
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 30 deletions.
72 changes: 45 additions & 27 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -40,8 +40,8 @@ strip = false
[workspace.dependencies]
ansi_term = "0.12.1"
anstyle = "1.0.6"
anyhow = "1.0.82"
cc = "1.0.95"
anyhow = "1.0.83"
cc = "1.0.97"
clap = { version = "4.5.4", features = [
"cargo",
"derive",
Expand Down Expand Up @@ -83,7 +83,7 @@ toml = "0.8.12"
unindent = "0.2.3"
walkdir = "2.5.0"
wasmparser = "0.206.0"
webbrowser = "1.0.0"
webbrowser = "1.0.1"

tree-sitter = { version = "0.22.6", path = "./lib" }
tree-sitter-loader = { version = "0.22.6", path = "./cli/loader" }
Expand Down

0 comments on commit 087bcea

Please sign in to comment.