Skip to content

Commit

Permalink
Merge pull request #104 from rscarson/dependabot/cargo/sha2-0.10.7
Browse files Browse the repository at this point in the history
Bump sha2 from 0.10.6 to 0.10.7
  • Loading branch information
rscarson authored Sep 18, 2023
2 parents c79ca06 + 83f460d commit c006519
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand = "0.8.5"
# Feature deps
js-sandbox = { version = "0.2.0-rc.2", optional = true }
md-5 = { version = "0.10.5", optional = true }
sha2 = { version = "0.10.6", optional = true }
sha2 = { version = "0.10.7", optional = true }
base64 = { version = "0.21.0", optional = true }
urlencoding = { version = "2.1.3", optional = true }

Expand Down

0 comments on commit c006519

Please sign in to comment.