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 16, 2023
1 parent de1c7da commit 60f1423
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 11 deletions.
54 changes: 45 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2018"

[dependencies]
clap = "3.2.12"
hyper = "0.14.12"
hyper = "1.0.1"
rand = "0.8.5"
reqwest = { version = "0.11", features = ["json"]}
tokio = { version= "1.20.0", features = ["full"]}
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"

[dev-dependencies]
hyper = "0.14.12"
hyper = "1.0.1"

0 comments on commit 60f1423

Please sign in to comment.