From a2f8daf38d62bc4f089eb4e5d28148786e1011d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:35:37 +0000 Subject: [PATCH] build(deps): bump the cargo group with 2 updates Bumps the cargo group with 2 updates: [notify](https://github.com/notify-rs/notify) and [notify-debouncer-full](https://github.com/notify-rs/notify). Updates `notify` from 7.0.0 to 8.0.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-7.0.0...notify-8.0.0) Updates `notify-debouncer-full` from 0.4.0 to 0.5.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.4.0...debouncer-full-0.5.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: notify-debouncer-full dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | Bin 71992 -> 71739 bytes xtask/Cargo.toml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b86fca003144779d3317d54eca1ec1d473bb7b59..f7093db44af71e08c0890052390ad852c5841418 100644 GIT binary patch delta 337 zcmW-cD^7z!5P;L92@VH=G*uV^W_M>FGX^RFM?palGrKbahaxQ;0EJmg@6b>~!clNs zfN%r;aDngf@jm`skJsNfed6XbgVJg>3xzyOcF{;!)SR%7ChA1NNrQ~7rsy?@!{$mw zW^!oIA07`kZ@1f{&CA`zWQ6_q>uMHE6{7=zmNVBPA+u`M=oqOqOarTG$QEN`$bwQp z2}`XhD8+whe_bs4>U`Q~Ph0(XIqgSh^V1d@qIfO|(4`2;R}2XOuvw`Do)fv`!30W7 ziq$6-GK-!_uyx+w?LW)=Q5Z6>Pt@TMMo8SW)xaUfLZldgwW^Cb2gx}*YLwXqg%z&3 R84VX9^~<=oIe6Y#{Q)U(X*B=< delta 437 zcmXYty=oOe5QPZ@Llgoj5<$VnAeOVUJF`30O=n>jl19_)%I2wa zyeS0n=QS*~ut}9Sa09jn&UZN9*X8<`&+E%SPsZW5;AJgsF8OllmsIZ*?4ieJHFrA9MAjB)rY5BYd20`p4HQ{k%KNeV8Rll1&XFM zX;Pp{wK&$?Mb#xM1Ce3{K#g-mSjjyaAdahx-SOjObA035t53&|?~bd#hxFsP%Edu?ZIzj-z;`Djt7&AZeCb_lgM u>7@qGQ=ZLpy|8zz*9f;_(|PREdvkW~8gja3ZJhkq_-^mc>cQKckN*IuxQP+~ diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 67cef0c87..e32901d9b 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -28,5 +28,5 @@ semver.workspace = true serde.workspace = true serde_json.workspace = true ureq = "2.12.1" -notify = "7.0.0" -notify-debouncer-full = "0.4.0" +notify = "8.0.0" +notify-debouncer-full = "0.5.0"