Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent 33038e2 commit 92650da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "1.1.0", features = ["full"] }
hyper = { version = "1.2.0", features = ["full"] }
reqwest = { version = "0.11.24", features = ["json"] }
serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] }
Expand Down

0 comments on commit 92650da

Please sign in to comment.