Skip to content

Commit

Permalink
Bump the cargo group across 4 directories with 3 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 /eth_abi directory: [rustix](https://github.com/bytecodealliance/rustix).
Bumps the cargo group with 1 update in the /fuzzing directory: [rustix](https://github.com/bytecodealliance/rustix).
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@3.2.0...curve25519-4.1.3)

Updates `rustix` from 0.38.37 to 0.38.41
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.37...v0.38.41)

Updates `rustix` from 0.38.37 to 0.38.41
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.37...v0.38.41)

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@3.2.0...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: rustix
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rustix
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent f06163d commit 84cd57b
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 216 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.0" }

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

[profile.release]
Expand Down
8 changes: 4 additions & 4 deletions eth_abi/Cargo.lock

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

8 changes: 4 additions & 4 deletions fuzzing/Cargo.lock

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

Loading

0 comments on commit 84cd57b

Please sign in to comment.