Skip to content

Commit

Permalink
Merge pull request #203 from spacemeshos/dependabot/cargo/ed25519-dal…
Browse files Browse the repository at this point in the history
…ek-2.1.1

Bump ed25519-dalek from 2.1.0 to 2.1.1
  • Loading branch information
fasmat committed Mar 11, 2024
2 parents 4e3e338 + d57e28a commit 9903fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tokio = { version = "1.0", features = [
] }
post-rs = { path = "../" }
serde_with = { version = "3.4.0", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.4.7", features = ["derive", "env"] }
hex = "0.4.3"
config = "0.14.0"
Expand Down

0 comments on commit 9903fbe

Please sign in to comment.