Skip to content

Commit

Permalink
fix: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd committed Nov 13, 2022
1 parent 95bc904 commit 5ee81a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmp/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Utilities for serializing requests to and from rust messagepack"
http = "0.2.7"
http-body = "0.4.5"
http-serde = { version = "1.1.2" }
# hyper dep because I was struggling to turn http body to bytes with hyper::body::to_bytes
# hyper dep because I was struggling to turn http body to bytes without hyper::body::to_bytes
hyper = "0.14.23"
rmp-serde = { version = "1.1.1" }
serde = { version = "1.0.137", features = [ "derive" ] }
Expand Down

0 comments on commit 5ee81a7

Please sign in to comment.