Skip to content

Commit

Permalink
Update Rust crate hyper to 0.14.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent de1c7da commit 63aea08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.25"
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.25"

0 comments on commit 63aea08

Please sign in to comment.