Skip to content

Commit

Permalink
chore(deps): Bump x25519-dalek from 2.0.0 to 2.0.1 (#3894)
Browse files Browse the repository at this point in the history
* chore(deps): Bump x25519-dalek from 2.0.0 to 2.0.1

Bumps [x25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@2.0.0...x25519-2.0.1)

---
updated-dependencies:
- dependency-name: x25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update enclave lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>
  • Loading branch information
dependabot[bot] and nick-mobilecoin committed Feb 7, 2024
1 parent 0fb4cf6 commit 18c039e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.

4 changes: 2 additions & 2 deletions consensus/enclave/trusted/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/digestible/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generic-array = "0.14"
# For derive support
mc-crypto-digestible-derive = { path = "./derive", optional = true, default-features = false }
merlin = { version = "3.0", default-features = false }
x25519-dalek = { version = "2.0.0", default-features = false, optional = true }
x25519-dalek = { version = "2.0.1", default-features = false, optional = true }

[features]
default = ["alloc", "derive", "dalek", "curve25519-dalek/default"]
Expand Down
2 changes: 1 addition & 1 deletion crypto/keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sha2 = { version = "0.10", default-features = false }
signature = { version = "2.1.0", default-features = false, features = ["digest"] }
static_assertions = "1.1.0"
subtle = { version = "2", default-features = false }
x25519-dalek = { version = "2.0.0", default-features = false, features = ["static_secrets"] }
x25519-dalek = { version = "2.0.1", default-features = false, features = ["static_secrets"] }
zeroize = { version = "1", default-features = false }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions fog/ingest/enclave/trusted/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fog/ledger/enclave/trusted/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fog/view/enclave/trusted/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18c039e

Please sign in to comment.