Skip to content

Commit

Permalink
Update Rust crate hyper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 519381b commit 63f5718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ thiserror.workspace = true
url.workspace = true

[dev-dependencies]
hyper = { version = "0.14", default-features = false, features = ["tcp", "server"] }
hyper = { version = "1.0", default-features = false, features = ["tcp", "server"] }
tempfile.workspace = true
tokio = { workspace = true, default-features = false, features = ["sync"] }

0 comments on commit 63f5718

Please sign in to comment.