Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 10 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ gh-emoji = { version = "1.0", optional = true }
indexmap = "2"
itertools = "0.13"
log = "0.4"
notify = "7"
notify-debouncer-mini = "0.5"
notify = "8"
notify-debouncer-mini = "0.6"
once_cell = "1"
# pin until upgrading this does not introduce a duplicate dependency
parking_lot_core = "=0.9.10"
Expand Down
9 changes: 2 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ allow = [
version = 2
# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
# https://rustsec.org/advisories/RUSTSEC-2023-0071
ignore = [
"RUSTSEC-2023-0071",
# https://github.com/notify-rs/notify/pull/652
"RUSTSEC-2024-0384",
]
ignore = ["RUSTSEC-2023-0071"]

[bans]
multiple-versions = "deny"
Expand All @@ -33,8 +29,7 @@ skip-tree = [
# currently needed due to `ratatui v0.29.0`
{ name = "unicode-truncate" },
# currently needed due to:
# * `gix v0.67.0` and other gix crates
# * `redox_users v0.4.5`
# * `redox_users v0.4.6`
# * `syntect v5.2.0`
{ name = "thiserror" },
# currently needed due to:
Expand Down
Loading