Skip to content

Commit

Permalink
Update Rust crate hyper to 0.14.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent de1c7da commit 988182e
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 23 deletions.
140 changes: 119 additions & 21 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 = "0.14.28"
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 = "0.14.28"

0 comments on commit 988182e

Please sign in to comment.