Skip to content

Commit

Permalink
Point upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed Mar 29, 2024
1 parent f6016a9 commit eb81c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-dl-stream-to-disk"
version = "1.0.0"
version = "1.0.1"
authors = ["William Budington <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ sha256sum = ["sha2"]

[dependencies]
futures-util = { version = "0.3", features = ["io"] }
reqwest = { version = "0.11", features = ["stream"] }
reqwest = { version = "0.12", features = ["stream"] }
bytes = "1"
tokio-util = { version = "0.7", features = ["io"] }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit eb81c43

Please sign in to comment.