Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent 27f75ca commit 1c4c124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replistore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dtrd_client = {path = "../client"}
tokio = { version = "1.34.0", features = ["full", "tracing"] }
futures-util = "0.3.28"
s3s = "0.8.0"
hyper = "0.14.27"
hyper = "1.0.0"
anyhow = "1.0.75"
async-trait = "0.1.74"
tokio-util = { version = "0.7.10", features = ["full"] }
Expand Down

0 comments on commit 1c4c124

Please sign in to comment.