@@ -26,16 +26,16 @@ license = "CC0-1.0"
2626atty = " 0.2.14" # Used for highlighting network errors
2727base64 = " 0.22.1" # Used for integrity attributes
2828chrono = " 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
3131druid = { version = " 0.8.3" , optional = true } # Used for GUI
3232encoding_rs = " 0.8.35" # Used for parsing and converting document charsets
3333html5ever = " 0.28.0" # Used for all things DOM
3434markup5ever_rcdom = " =0.4.0-unofficial" # Used for manipulating DOM
3535percent-encoding = " 2.3.1" # Used for encoding URLs
3636sha2 = " 0.10.8" # Used for calculating checksums during integrity checks
3737redb = " 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
3939url = " 2.5.4" # Used for parsing URLs
4040openssl = " 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 "
5151default-features = false
5252features = [" default-tls" , " blocking" , " gzip" , " brotli" , " deflate" ]
5353
0 commit comments