Skip to content

Commit 01d8a39

Browse files
build(deps): bump the cargo group across 1 directory with 3 updates
Bumps the cargo group with 3 updates in the / directory: [cc](https://github.com/rust-lang/cc-rs), [indexmap](https://github.com/indexmap-rs/indexmap) and [notify](https://github.com/notify-rs/notify). Updates `cc` from 1.2.27 to 1.2.29 - [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.27...cc-v1.2.29) Updates `indexmap` from 2.9.0 to 2.10.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.9.0...2.10.0) Updates `notify` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](notify-rs/notify@notify-8.0.0...notify-8.1.0) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: indexmap dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: notify dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a3b037 commit 01d8a39

File tree

3 files changed

+86
-14
lines changed

3 files changed

+86
-14
lines changed

Cargo.lock

Lines changed: 83 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ansi_colours = "1.2.3"
103103
anstyle = "1.0.11"
104104
anyhow = "1.0.98"
105105
bstr = "1.12.0"
106-
cc = "1.2.27"
106+
cc = "1.2.29"
107107
clap = { version = "4.5.40", features = [
108108
"cargo",
109109
"derive",
@@ -124,7 +124,7 @@ git2 = "0.20.2"
124124
glob = "0.3.2"
125125
heck = "0.5.0"
126126
html-escape = "0.2.13"
127-
indexmap = "2.9.0"
127+
indexmap = "2.10.0"
128128
indoc = "2.0.6"
129129
libloading = "0.8.8"
130130
log = { version = "0.4.27", features = ["std"] }

crates/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ semver.workspace = true
2828
serde.workspace = true
2929
serde_json.workspace = true
3030
ureq = "3.0.12"
31-
notify = "8.0.0"
31+
notify = "8.1.0"
3232
notify-debouncer-full = "0.5.0"

0 commit comments

Comments
 (0)