Skip to content

Commit c88248c

Browse files
chore: bump notify from 7.0.0 to 8.1.0
Bumps [notify](https://github.com/notify-rs/notify) from 7.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-7.0.0...notify-8.1.0) --- updated-dependencies: - dependency-name: notify dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36488ad commit c88248c

File tree

2 files changed

+97
-37
lines changed

2 files changed

+97
-37
lines changed

Cargo.lock

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

prqlc/prqlc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ clio = { version = "0.3.3", features = ['clap-parse'], optional = true }
9898
color-eyre = { version = "0.6.5", optional = true }
9999
colorchoice-clap = { version = "1.0.0", optional = true }
100100
is-terminal = { version = "0.4.16", optional = true }
101-
notify = { version = "7.0.0", optional = true }
101+
notify = { version = "8.1.0", optional = true }
102102
walkdir = { version = "2.5.0", optional = true }
103103

104104
# We use minijinja just for the Jinja lexer, which is not part of the

0 commit comments

Comments
 (0)