Skip to content

Commit dc78a40

Browse files
committed
update dependencies
1 parent 9bcce0f commit dc78a40

File tree

5 files changed

+184
-111
lines changed

5 files changed

+184
-111
lines changed

Cargo.lock

+113-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ chrono = "0.4.40" # Used for formatting output timestamp
2929
clap = { version = "4.5.32", features = ["derive"], optional = true } # Used for processing CLI arguments
3030
cssparser = "0.34.0" # Used for dealing with CSS
3131
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
3434
percent-encoding = "2.3.1" # Used for encoding URLs
3535
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
3838
url = "2.5.4" # Used for parsing URLs
3939
openssl = "0.10.71" # Used for static linking of the OpenSSL library
4040

@@ -46,7 +46,7 @@ features = ["std", "perf-dfa", "unicode-perl"]
4646

4747
# Used for making network requests
4848
[dependencies.reqwest]
49-
version = "0.12.12"
49+
version = "0.12.14"
5050
default-features = false
5151
features = ["default-tls", "blocking", "gzip", "brotli", "deflate"]
5252

0 commit comments

Comments
 (0)