From 2368af52ea25007119d7143d68a7adcc4a8facda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:59:19 +0000 Subject: [PATCH] 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](https://github.com/rust-lang/cc-rs/compare/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](https://github.com/clap-rs/clap/compare/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](https://github.com/serde-rs/json/compare/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](https://github.com/notify-rs/notify/compare/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](https://github.com/notify-rs/notify/compare/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] --- Cargo.lock | Bin 76851 -> 76851 bytes Cargo.toml | 6 +++--- crates/xtask/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3c43c9d8fa4276e5b7ee36feaf68aeb39bf35b8..3aa96856587c5390f6a5a48c9100c84d0b0f5afc 100644 GIT binary patch delta 562 zcmW-ey=s*~5QaH$f{lU_4WdP~5ZnEko!J$`Ip__XmU3k3xLL_T1R^7qOsO_uSJqgXPI6BbF!aDs zD8`g6F;QjYTGO~$9gXdyvpsCLL2&TwS&6g(`~K=}Hfx-eVI^J!1bVbHYf~KWH1d7njtVIg$u~JtFEoTFzkia5~SjwDL6ZY{@ zk1pOGtZt33=g-Ekm+R%n$7=o!7dPoM;WG^-nYo3yVAppVTPW8wQXQ64UFzs>U?$w>; J$+yE#{{Xh#sz(3- delta 563 zcmWmBv5M3|3+rG!3%^)HAP1BWUO8SDa{O2F$rQC zYfHs3aPB#z60uh6<5Z8v=K7O;)|P?2wumk{gf2)DQ7kdJRuBLrW-I`p3E3iBWrCP` zibSYnqyD|N9N+kOXFUD3+vKJKu}N#*wOX^{RHZktm}8YDEasU)RG>zhGkFn-Jx+(_ zH2xhQy?b`Bx-fpezdL^1UoT%CeBTUwc(NtT)RU-Dui)an=yVD(NY0g;>{E=1Cus(e zB;??;DzjQq;c@xZukq*6$;N_}(y(%(0`rT6S|$xqvCb-lH3=l7-iTxJqL{o%?~_GZ zv4NkDmbb6Z?~TW+-Ik!uDm|b#pG*O>X4gDNG^v^x3QzGlPv0LY0EDI<>-3lcM*CgI NrLPy4+aC_!{0Cq1sAd2F diff --git a/Cargo.toml b/Cargo.toml index eaec30ebe..b57e8e66b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,8 +103,8 @@ ansi_colours = "1.2.3" anstyle = "1.0.11" anyhow = "1.0.98" bstr = "1.12.0" -cc = "1.2.30" -clap = { version = "4.5.41", features = [ +cc = "1.2.31" +clap = { version = "4.5.42", features = [ "cargo", "derive", "env", @@ -140,7 +140,7 @@ rustc-hash = "2.1.1" semver = { version = "1.0.26", features = ["serde"] } serde = { version = "1.0.219", features = ["derive"] } serde_derive = "1.0.217" -serde_json = { version = "1.0.141", features = ["preserve_order"] } +serde_json = { version = "1.0.142", features = ["preserve_order"] } similar = "2.7.0" smallbitvec = "2.6.0" streaming-iterator = "0.1.9" diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index 94f355428..f5d443509 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -28,5 +28,5 @@ semver.workspace = true serde.workspace = true serde_json.workspace = true ureq = "3.0.12" -notify = "8.1.0" -notify-debouncer-full = "0.5.0" +notify = "8.2.0" +notify-debouncer-full = "0.6.0"