Skip to content

Commit dc92051

Browse files
chore(deps): bump notify from 7.0.0 to 8.2.0 in /shared-context (#7)
Bumps [notify](https://github.com/notify-rs/notify) from 7.0.0 to 8.2.0. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md) - [Commits](notify-rs/notify@notify-7.0.0...notify-8.2.0) --- updated-dependencies: - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent feca146 commit dc92051

2 files changed

Lines changed: 37 additions & 73 deletions

File tree

shared-context/Cargo.lock

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

shared-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ thiserror = "2"
3232
tokio = { version = "1", features = ["sync", "fs"] }
3333

3434
# File watching (for context updates)
35-
notify = "7"
35+
notify = "8"
3636

3737
[dev-dependencies]
3838
tempfile = "3"

0 commit comments

Comments
 (0)