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 Nov 27, 2024
1 parent f74cb44 commit e92e61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nghe-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ diesel_migrations = { version = "2.2.0", features = ["postgres"] }
figment = { version = "0.10.19", features = ["env"] }
fs4 = { version = "0.11.1", features = ["sync"] }
futures-lite = { version = "2.5.0" }
hyper = { version = "0.14.31" }
hyper = { version = "1.0.0" }
hyper-tls = { version = "0.5.0" }
indexmap = { version = "2.6.0" }
libaes = { version = "0.7.0" }
Expand Down

0 comments on commit e92e61e

Please sign in to comment.