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] committed May 5, 2024
1 parent 991a275 commit 07bfbb3
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 @@ -30,7 +30,7 @@ base64 = "0.21"
chrono = { version = "0.4", features = ["serde"] }
futures = { version = "0.3", default-features = false, features = ["async-await", "std"] }
hex = "0.4.3"
hyper = { version = "0.14", features = ["server", "tcp"], optional = true }
hyper = { version = "1.0", features = ["server", "tcp"], optional = true }
once_cell = { version = "1", features = ["parking_lot"] }
openssl = "0.10"
parking_lot = "0.12"
Expand Down

0 comments on commit 07bfbb3

Please sign in to comment.