Skip to content

Commit 778ac16

Browse files
authored
upgrade notify an cleanup advisory (#2475)
1 parent 01ad061 commit 778ac16

File tree

3 files changed

+14
-31
lines changed

3 files changed

+14
-31
lines changed

Cargo.lock

+10-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ gh-emoji = { version = "1.0", optional = true }
3434
indexmap = "2"
3535
itertools = "0.13"
3636
log = "0.4"
37-
notify = "7"
38-
notify-debouncer-mini = "0.5"
37+
notify = "8"
38+
notify-debouncer-mini = "0.6"
3939
once_cell = "1"
4040
# pin until upgrading this does not introduce a duplicate dependency
4141
parking_lot_core = "=0.9.10"

deny.toml

+2-7
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ allow = [
1515
version = 2
1616
# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
1717
# https://rustsec.org/advisories/RUSTSEC-2023-0071
18-
ignore = [
19-
"RUSTSEC-2023-0071",
20-
# https://github.com/notify-rs/notify/pull/652
21-
"RUSTSEC-2024-0384",
22-
]
18+
ignore = ["RUSTSEC-2023-0071"]
2319

2420
[bans]
2521
multiple-versions = "deny"
@@ -33,8 +29,7 @@ skip-tree = [
3329
# currently needed due to `ratatui v0.29.0`
3430
{ name = "unicode-truncate" },
3531
# currently needed due to:
36-
# * `gix v0.67.0` and other gix crates
37-
# * `redox_users v0.4.5`
32+
# * `redox_users v0.4.6`
3833
# * `syntect v5.2.0`
3934
{ name = "thiserror" },
4035
# currently needed due to:

0 commit comments

Comments
 (0)