Skip to content

Commit

Permalink
fix(deps): update rust crate sha2 to 0.10.6 (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 14, 2022
1 parent 5f74595 commit c264615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = { version = "0.9", optional = true }
sha2 = "0.10.2"
sha2 = "0.10.6"
similar = { version = "2.1", default-features = false, features = ["text"] }
tap = "1.0"
tempfile = "3.3"
Expand Down

0 comments on commit c264615

Please sign in to comment.