Skip to content

Commit

Permalink
Merge pull request #16 from SleeplessOne1917/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
jofas authored Feb 9, 2024
2 parents c174f93 + 49155f0 commit ef700c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ repository = "https://github.com/jofas/actix_proxy"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = { version = "^4.3.0" }
awc = { version = "^3.1.0" }
actix-web = "4"
awc = "3"

[dev-dependencies]
awc = { version = "^3.1.0", features = ["openssl"] }
futures-util = "^0.3.28"
openssl = { version = "^0.10.32" }
awc = { version = "3", features = ["openssl"] }
futures-util = "0.3"
openssl = "0.10"

0 comments on commit ef700c4

Please sign in to comment.