Skip to content

Commit 3fe0d9d

Browse files
committed
update 3rd-party deps
1 parent 03ad5e8 commit 3fe0d9d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ license = "CC0-1.0"
2626
atty = "0.2.14" # Used for highlighting network errors
2727
base64 = "0.22.1" # Used for integrity attributes
2828
chrono = "0.4.40" # Used for formatting timestamps
29-
clap = { version = "4.5.32", features = ["derive"], optional = true } # Used for processing CLI arguments
30-
cssparser = "0.34.0" # Used for dealing with CSS
29+
clap = { version = "4.5.34", features = ["derive"], optional = true } # Used for processing CLI arguments
30+
cssparser = "0.35.0" # Used for dealing with CSS
3131
druid = { version = "0.8.3", optional = true } # Used for GUI
3232
encoding_rs = "0.8.35" # Used for parsing and converting document charsets
3333
html5ever = "0.28.0" # Used for all things DOM
3434
markup5ever_rcdom = "=0.4.0-unofficial" # Used for manipulating DOM
3535
percent-encoding = "2.3.1" # Used for encoding URLs
3636
sha2 = "0.10.8" # Used for calculating checksums during integrity checks
3737
redb = "2.4.0" # Used for on-disk caching of remote assets
38-
tempfile = { version = "3.19.0", optional = true } # Used for on-disk caching of remote assets
38+
tempfile = { version = "3.19.1", optional = true } # Used for on-disk caching of remote assets
3939
url = "2.5.4" # Used for parsing URLs
4040
openssl = "0.10.71" # Used for static linking of the OpenSSL library
4141

@@ -47,7 +47,7 @@ features = ["std", "perf-dfa", "unicode-perl"]
4747

4848
# Used for making network requests
4949
[dependencies.reqwest]
50-
version = "0.12.14"
50+
version = "0.12.15"
5151
default-features = false
5252
features = ["default-tls", "blocking", "gzip", "brotli", "deflate"]
5353

0 commit comments

Comments
 (0)