Skip to content

Commit

Permalink
Upgrade http and sync_wrapper dependencies (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai authored Nov 19, 2024
1 parent 7155101 commit 6283f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ futures = "0.3.22"
futures-core = "0.3.22"
futures-util = { version = "0.3.22", default-features = false }
hdrhistogram = { version = "7.0", default-features = false }
http = "0.2"
http = "1"
indexmap = "2.0.2"
lazy_static = "1.4.0"
pin-project-lite = "0.2.7"
quickcheck = "1"
rand = "0.8"
slab = "0.4"
sync_wrapper = "0.1.1"
sync_wrapper = "1"
tokio = "1.6.2"
tokio-stream = "0.1.0"
tokio-test = "0.4"
Expand Down

0 comments on commit 6283f3a

Please sign in to comment.