Skip to content

Commit 2368af5

Browse files
dependabot[bot]clason
authored andcommitted
build(deps): bump the cargo group with 5 updates
Bumps the cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.30` | `1.2.31` | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` | | [serde_json](https://github.com/serde-rs/json) | `1.0.141` | `1.0.142` | | [notify](https://github.com/notify-rs/notify) | `8.1.0` | `8.2.0` | | [notify-debouncer-full](https://github.com/notify-rs/notify) | `0.5.0` | `0.6.0` | Updates `cc` from 1.2.30 to 1.2.31 - [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.30...cc-v1.2.31) Updates `clap` from 4.5.41 to 4.5.42 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.41...clap_complete-v4.5.42) Updates `serde_json` from 1.0.141 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.141...v1.0.142) Updates `notify` from 8.1.0 to 8.2.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.1.0...notify-8.2.0) Updates `notify-debouncer-full` from 0.5.0 to 0.6.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@debouncer-full-0.5.0...debouncer-full-0.6.0) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: notify-debouncer-full dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d000698 commit 2368af5

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 15 additions & 15 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
@@ -103,8 +103,8 @@ ansi_colours = "1.2.3"
103103
anstyle = "1.0.11"
104104
anyhow = "1.0.98"
105105
bstr = "1.12.0"
106-
cc = "1.2.30"
107-
clap = { version = "4.5.41", features = [
106+
cc = "1.2.31"
107+
clap = { version = "4.5.42", features = [
108108
"cargo",
109109
"derive",
110110
"env",
@@ -140,7 +140,7 @@ rustc-hash = "2.1.1"
140140
semver = { version = "1.0.26", features = ["serde"] }
141141
serde = { version = "1.0.219", features = ["derive"] }
142142
serde_derive = "1.0.217"
143-
serde_json = { version = "1.0.141", features = ["preserve_order"] }
143+
serde_json = { version = "1.0.142", features = ["preserve_order"] }
144144
similar = "2.7.0"
145145
smallbitvec = "2.6.0"
146146
streaming-iterator = "0.1.9"

crates/xtask/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.1.0"
32-
notify-debouncer-full = "0.5.0"
31+
notify = "8.2.0"
32+
notify-debouncer-full = "0.6.0"

0 commit comments

Comments
 (0)