Skip to content

Commit

Permalink
Update Rust crate hyper to 0.14.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent de1c7da commit b4a8ae5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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.27"
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.27"

0 comments on commit b4a8ae5

Please sign in to comment.