Skip to content

Commit

Permalink
feat: use http 1.0.0 for request and response interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoLeonardo committed Feb 29, 2024
1 parent 139e065 commit 293dd8e
Show file tree
Hide file tree
Showing 20 changed files with 1,428 additions and 628 deletions.
1,054 changes: 968 additions & 86 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ readme = "README.md"
async-curl = "0.3"
curl = "0.4"
derive-deref-rs = "0.1"
http = "0.2"
http = "1.0"
http-types = "2.12.0"
log = "0.4"
thiserror = "1.0"
tokio = { version = "1.36", features = ["rt"] }
Expand Down
Loading

0 comments on commit 293dd8e

Please sign in to comment.