Skip to content

Commit

Permalink
chore(deps): bump shadowsocks-crypto from 0.5.1 to 0.5.2
Browse files Browse the repository at this point in the history
Bumps [shadowsocks-crypto](https://github.com/shadowsocks/shadowsocks-crypto) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/shadowsocks/shadowsocks-crypto/releases)
- [Commits](shadowsocks/shadowsocks-crypto@v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: shadowsocks-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 82b523c commit e98df4c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 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 @@ -90,7 +90,7 @@ aes = { version = "0.8", optional = true }
blake3 = "1.4"

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

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

0 comments on commit e98df4c

Please sign in to comment.