Skip to content

Commit

Permalink
Bump the cargo group across 3 directories with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update in the /account directory: [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek).
Bumps the cargo group with 1 update in the /increment_with_fuzz directory: [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek).
Bumps the cargo group with 1 update in the /simple_account directory: [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek).


Updates `ed25519-dalek` from 1.0.1 to 2.1.1
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/2.1.1/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@1.0.1...2.1.1)

Updates `curve25519-dalek` from 3.2.0 to 4.1.3
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.1...curve25519-4.1.3)

Updates `curve25519-dalek` from 4.1.1 to 4.1.3
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.1...curve25519-4.1.3)

Updates `ed25519-dalek` from 1.0.1 to 2.1.1
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/2.1.1/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@1.0.1...2.1.1)

Updates `curve25519-dalek` from 3.2.0 to 4.1.3
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.1...curve25519-4.1.3)

---
updated-dependencies:
- dependency-name: ed25519-dalek
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: curve25519-dalek
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: curve25519-dalek
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: ed25519-dalek
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: curve25519-dalek
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent aeae367 commit 63a8737
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 217 deletions.
127 changes: 24 additions & 103 deletions account/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 account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ soroban-sdk = { version = "22.0.1" }

[dev-dependencies]
soroban-sdk = { version = "22.0.1", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
ed25519-dalek = { version = "2.1.1" }
rand = { version = "0.7.3" }

[profile.release]
Expand Down
11 changes: 2 additions & 9 deletions increment_with_fuzz/Cargo.lock

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

Loading

0 comments on commit 63a8737

Please sign in to comment.