Skip to content

Commit

Permalink
Bump ed25519-dalek from 2.0.0 to 2.1.1 (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent cc38d8f commit 41a65df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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 northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bytes = { version = "1.5.0", optional = true }
bytesize = { version = "1.3.0", optional = true }
caps = { version = "0.5.5", optional = true }
cgroups-rs = { version = "0.3.4", features = ["serde"], optional = true }
ed25519-dalek = { version = "2.0.0", optional = true }
ed25519-dalek = { version = "2.1.1", optional = true }
futures = { version = "0.3.29", default-features = true, optional = true }
heck = { version = "0.4.1", optional = true }
hex = { version = "0.4.3", optional = true }
Expand Down

0 comments on commit 41a65df

Please sign in to comment.