diff --git a/Cargo.lock b/Cargo.lock index bc9cffb..b4a354b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2369,9 +2369,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stream-download" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d2ba620638b00c6360fe017101975b5ef0158c643eb67227566171dcb492177" +checksum = "2efb56f4fe68892bc1dd731a76faccab50f483d1c7238db4e91f887984320e2f" dependencies = [ "bytes", "educe", diff --git a/Cargo.toml b/Cargo.toml index 35027ed..1695fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde_with = { version = "3.11", default-features = false, features = [ "macros", "std", ] } -stream-download = { version = "0.11", features = ["reqwest-rustls"] } +stream-download = { version = "0.12", features = ["reqwest-rustls"] } sysinfo = { version = "0.32", default-features = false, features = ["system"] } tempfile = "3" thiserror = "2"