Skip to content

Commit

Permalink
[chore]: Bump libsodium-sys-stable from 1.20.5 to 1.20.6 (#4526)
Browse files Browse the repository at this point in the history
Bumps [libsodium-sys-stable](https://github.com/jedisct1/libsodium-sys-stable) from 1.20.5 to 1.20.6.
- [Commits](jedisct1/libsodium-sys-stable@1.20.5...1.20.6)

---
updated-dependencies:
- dependency-name: libsodium-sys-stable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent ff17aa1 commit fd4e75b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 54 deletions.
82 changes: 29 additions & 53 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 crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ serde_json = { workspace = true, features = ["std"] }
# but to test some of the primitives against them
amcl = { version = "0.2.0", default-features = false, features = ["secp256k1"] }
secp256k1 = { version = "0.29.0", features = ["rand", "serde"] }
libsodium-sys-stable = "1.20.5"
libsodium-sys-stable = "1.20.6"
openssl = { version = "0.10.64", features = ["vendored"] }

0 comments on commit fd4e75b

Please sign in to comment.