Skip to content

Commit

Permalink
chore(deps): bump libsodium-sys-stable from 1.20.6 to 1.20.7 (#4590)
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.6 to 1.20.7.
- [Commits](jedisct1/libsodium-sys-stable@1.20.6...1.20.7)

---
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 May 16, 2024
1 parent f12077d commit e0556f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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.6"
libsodium-sys-stable = "1.20.7"
openssl = { version = "0.10.64", features = ["vendored"] }

0 comments on commit e0556f3

Please sign in to comment.