Skip to content

Commit

Permalink
Merge pull request #173 from snshn/sha2-integrity
Browse files Browse the repository at this point in the history
Add asset integrity validation
  • Loading branch information
Sunshine authored May 12, 2020
2 parents 2bc8414 + 2ca2c7a commit ac4945c
Show file tree
Hide file tree
Showing 14 changed files with 911 additions and 569 deletions.
84 changes: 83 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monolith"
version = "2.2.4"
version = "2.2.5"
edition = "2018"
authors = [
"Sunshine <[email protected]>",
Expand All @@ -16,12 +16,10 @@ base64 = "0.12.0"
clap = "2.33.0"
cssparser = "0.27.2"
html5ever = "0.24.1"
sha2 = "0.8.1" # Used in calculating checksums during integrity checks
time = "0.1.42" # Used to render comments indicating the time the page was saved
url = "2.1.1"

# Used to render comments indicating the time the page was saved
# also required by reqwest as of v0.10.0
time = "0.1.42"

[dependencies.reqwest]
version = "0.10.*"
default-features = false
Expand Down
Loading

0 comments on commit ac4945c

Please sign in to comment.