We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c62ef45 + 8ed567d commit f10c47bCopy full SHA for f10c47b
1 file changed
crates/lib/Cargo.toml
@@ -22,7 +22,7 @@ strum = "0.27"
22
strum_macros = "0.27"
23
rusqlite = "0.37.0"
24
regex = "1.11.1"
25
-reqwest = { version = "0.12", features = ["stream", "blocking"] }
+reqwest = { version = "0.13", features = ["stream", "blocking"] }
26
async-compression = { version = "0.4", features = ["tokio", "gzip", "xz"] }
27
tokio-tar = "0.3.1"
28
tokio-util = { version = "0.7.13", features = ["compat"] }
0 commit comments