Skip to content

Commit

Permalink
Bump sha2 from 0.10.6 to 0.10.7 (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent 8ed9388 commit 02c592a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -49,7 +49,7 @@ serde_json = { version = "1.0.95", optional = true }
serde_plain = { version = "1.0.1", optional = true }
serde_with = { version = "3.0.0", optional = true }
serde_yaml = { version = "0.9.19", optional = true }
sha2 = { version = "0.10.6", optional = true }
sha2 = { version = "0.10.7", optional = true }
strum = { version = "0.24.1", optional = true }
strum_macros = { version = "0.24.3", optional = true }
tempfile = { version = "3.5.0", optional = true }
Expand Down

0 comments on commit 02c592a

Please sign in to comment.