@@ -29,12 +29,12 @@ chrono = "0.4.40" # Used for formatting output timestamp
29
29
clap = { version = " 4.5.32" , features = [" derive" ], optional = true } # Used for processing CLI arguments
30
30
cssparser = " 0.34.0" # Used for dealing with CSS
31
31
encoding_rs = " 0.8.35" # Used for parsing and converting document charsets
32
- html5ever = " 0.27 .0" # Used for all things DOM
33
- markup5ever_rcdom = " 0.3.0 " # Used for manipulating DOM
32
+ html5ever = " 0.28 .0" # Used for all things DOM
33
+ markup5ever_rcdom = " =0.4.0-unofficial " # Used for manipulating DOM
34
34
percent-encoding = " 2.3.1" # Used for encoding URLs
35
35
sha2 = " 0.10.8" # Used for calculating checksums during integrity checks
36
- redb = " 2.4.0" # Used for on-disk caching of downloaded assets
37
- tempfile = { version = " 3.18 .0" , optional = true } # Used for on-disk caching of downloaded assets
36
+ redb = " 2.4.0" # Used for on-disk caching of remote assets
37
+ tempfile = { version = " 3.19 .0" , optional = true } # Used for on-disk caching of remote assets
38
38
url = " 2.5.4" # Used for parsing URLs
39
39
openssl = " 0.10.71" # Used for static linking of the OpenSSL library
40
40
@@ -46,7 +46,7 @@ features = ["std", "perf-dfa", "unicode-perl"]
46
46
47
47
# Used for making network requests
48
48
[dependencies .reqwest ]
49
- version = " 0.12.12 "
49
+ version = " 0.12.14 "
50
50
default-features = false
51
51
features = [" default-tls" , " blocking" , " gzip" , " brotli" , " deflate" ]
52
52
0 commit comments