update crate versions

pull/206/head
Sunshine 4 years ago
parent 19f08265a2
commit 5a502eab4b
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1

983
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -12,12 +12,12 @@ authors = [
description = "CLI tool for saving web pages as a single HTML file"
[dependencies]
base64 = "0.12.2"
chrono = "0.4.11" # Used to render comments indicating the time the page was saved
base64 = "0.12.3"
chrono = "0.4.13" # Used to render comments indicating the time the page was saved
clap = "2.33.1"
cssparser = "0.27.2"
html5ever = "0.24.1"
sha2 = "0.9.0" # Used in calculating checksums during integrity checks
sha2 = "0.9.1" # Used in calculating checksums during integrity checks
url = "2.1.1"
[dependencies.reqwest]

Loading…
Cancel
Save