Skip to content

Commit

Permalink
fix(deps): update rust crate notify to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 9c54b2e commit fa5e79a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 30 deletions.
47 changes: 18 additions & 29 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 @@ -84,7 +84,7 @@ tokio = { version = "1.9.0", features = [

hickory-resolver = { version = "0.24", optional = true }
arc-swap = { version = "1.7", optional = true }
notify = { version = "6.0", optional = true }
notify = { version = "7.0", optional = true }

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

0 comments on commit fa5e79a

Please sign in to comment.