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 Feb 21, 2024
1 parent de1c7da commit be04c49
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
Expand Up @@ -6,12 +6,12 @@ edition = "2018"

[dependencies]
clap = "3.2.12"
hyper = "0.14.12"
hyper = "1.2.0"
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.2.0"

0 comments on commit be04c49

Please sign in to comment.