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 Dec 20, 2023
1 parent bf26588 commit a9015fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
axum = { version = "0.6.20", features = ["tracing"] }
bytes = "1.5.0"
clap = { version = "4.4.11", features = ["derive", "env"] }
hyper = "0.14.28"
hyper = "1.1.0"
once_cell = "1.19.0"
reqwest = "0.11.22"
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit a9015fe

Please sign in to comment.