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: [cc](https://github.com/rust-lang/cc-rs), [fs4](https://github.com/al8n/fs4-rs) and [webbrowser](https://github.com/amodm/webbrowser-rs).


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

Updates `fs4` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/al8n/fs4-rs/releases)
- [Commits](https://github.com/al8n/fs4-rs/commits)

Updates `webbrowser` from 0.8.13 to 0.8.14
- [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.13...v0.8.14)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: fs4
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amaanq committed Apr 9, 2024
1 parent c1a6301 commit 4d8b031
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ strip = false
ansi_term = "0.12.1"
anstyle = "1.0.6"
anyhow = "1.0.80"
cc = "1.0.90"
cc = "1.0.92"
clap = { version = "4.5.4", features = [
"cargo",
"derive",
Expand All @@ -54,7 +54,7 @@ ctrlc = { version = "3.4.4", features = ["termination"] }
difference = "2.0.0"
dirs = "5.0.1"
filetime = "0.2.23"
fs4 = "0.8.1"
fs4 = "0.8.2"
git2 = "0.18.3"
glob = "0.3.1"
heck = "0.5.0"
Expand Down Expand Up @@ -83,7 +83,7 @@ toml = "0.8.12"
unindent = "0.2.3"
walkdir = "2.5.0"
wasmparser = "0.201.0"
webbrowser = "0.8.13"
webbrowser = "0.8.14"

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

0 comments on commit 4d8b031

Please sign in to comment.