Skip to content

Commit

Permalink
chore(deps): bump blake3 from 1.5.0 to 1.5.1 (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent da0acc6 commit 7ed3ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ arc-swap = { version = "1.7", optional = true }
notify = { version = "6.0", optional = true }

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

[target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64"))'.dependencies]
shadowsocks-crypto = { version = "0.5.4", features = ["ring"] }
Expand Down

0 comments on commit 7ed3ae9

Please sign in to comment.