-
-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from snshn/more-tests-fixes-and-improvements
More tests, fixes, improvements
- Loading branch information
Showing
23 changed files
with
1,202 additions
and
1,174 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "monolith" | ||
version = "2.4.1" | ||
version = "2.5.0" | ||
authors = [ | ||
"Sunshine <[email protected]>", | ||
"Mahdi Robatipoor <[email protected]>", | ||
|
@@ -22,20 +22,20 @@ include = [ | |
license = "CC0-1.0" | ||
|
||
[dependencies] | ||
atty = "0.2" # Used for highlighting network errors | ||
atty = "0.2.14" # Used for highlighting network errors | ||
base64 = "0.13.0" | ||
chrono = "0.4.19" # Used for formatting creation timestamp | ||
clap = "2.33.3" | ||
cssparser = "0.28.1" | ||
html5ever = "0.24.1" | ||
regex = "1.4.3" # Used for parsing srcset | ||
sha2 = "0.9.2" # Used for calculating checksums during integrity checks | ||
url = "2.2.0" | ||
regex = "1.5.4" # Used for parsing srcset and NOSCRIPT | ||
sha2 = "0.9.5" # Used for calculating checksums during integrity checks | ||
url = "2.2.2" | ||
|
||
[dependencies.reqwest] | ||
version = "0.11.0" | ||
version = "0.11.3" | ||
default-features = false | ||
features = ["default-tls", "blocking", "gzip"] | ||
|
||
[dev-dependencies] | ||
assert_cmd = "1.0.2" | ||
assert_cmd = "1.0.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.