Skip to content

Commit eaa10b2

Browse files
build(deps): bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [cc](https://github.com/rust-lang/cc-rs), [memchr](https://github.com/BurntSushi/memchr), [webbrowser](https://github.com/amodm/webbrowser-rs) and [ureq](https://github.com/algesten/ureq). Updates `cc` from 1.2.26 to 1.2.27 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.26...cc-v1.2.27) Updates `memchr` from 2.7.4 to 2.7.5 - [Commits](BurntSushi/memchr@2.7.4...2.7.5) Updates `webbrowser` from 1.0.4 to 1.0.5 - [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.4...v1.0.5) Updates `ureq` from 3.0.11 to 3.0.12 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@3.0.11...3.0.12) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: memchr dependency-version: 2.7.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: webbrowser dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: ureq dependency-version: 3.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a15b88 commit eaa10b2

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ansi_colours = "1.2.3"
102102
anstyle = "1.0.11"
103103
anyhow = "1.0.98"
104104
bstr = "1.12.0"
105-
cc = "1.2.26"
105+
cc = "1.2.27"
106106
clap = { version = "4.5.40", features = [
107107
"cargo",
108108
"derive",
@@ -127,7 +127,7 @@ indexmap = "2.9.0"
127127
indoc = "2.0.6"
128128
libloading = "0.8.8"
129129
log = { version = "0.4.27", features = ["std"] }
130-
memchr = "2.7.4"
130+
memchr = "2.7.5"
131131
once_cell = "1.21.3"
132132
path-slash = "0.2.1"
133133
pretty_assertions = "1.4.1"
@@ -151,7 +151,7 @@ unindent = "0.2.4"
151151
url = { version = "2.5.4", features = ["serde"] }
152152
walkdir = "2.5.0"
153153
wasmparser = "0.224.1"
154-
webbrowser = "1.0.4"
154+
webbrowser = "1.0.5"
155155

156156
tree-sitter = { version = "0.26.0", path = "./lib" }
157157
tree-sitter-generate = { version = "0.26.0", path = "./crates/generate" }

crates/loader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ serde_json.workspace = true
4343
tar.workspace = true
4444
tempfile.workspace = true
4545
url.workspace = true
46-
ureq = "3.0.11"
46+
ureq = "3.0.12"
4747

4848
tree-sitter = { workspace = true }
4949
tree-sitter-highlight = { workspace = true, optional = true }

crates/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ regex.workspace = true
2727
semver.workspace = true
2828
serde.workspace = true
2929
serde_json.workspace = true
30-
ureq = "3.0.11"
30+
ureq = "3.0.12"
3131
notify = "8.0.0"
3232
notify-debouncer-full = "0.5.0"

0 commit comments

Comments
 (0)