Skip to content

Commit

Permalink
update rust code and dependencies to match current documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunnink committed May 18, 2024
1 parent 56b28e1 commit 49462c2
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 22 deletions.
190 changes: 184 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ edition = "2021"
[dependencies]
hyper = { version = "1.3", features = ["full"] }
tokio = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
Loading

0 comments on commit 49462c2

Please sign in to comment.