Skip to content

Commit

Permalink
fix(deps): update rust crate notify to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 3192542 commit 4d4e86c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
49 changes: 23 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tokio = { version = "1.9.0", features = [

hickory-resolver = { version = "=0.25.0-alpha.4", optional = true }
arc-swap = { version = "1.7", optional = true }
notify = { version = "7.0", optional = true }
notify = { version = "8.0", optional = true }

aes = { version = "0.8", optional = true }
blake3 = "1.5"
Expand Down

0 comments on commit 4d4e86c

Please sign in to comment.