Skip to content

Commit

Permalink
chore(dependencies): require httparse 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Aug 19, 2021
1 parent 95a9783 commit adaa8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ futures-util = { version = "0.3", default-features = false }
http = "0.2"
http-body = "0.4"
httpdate = "1.0"
httparse = "1.4"
httparse = "1.5.1"
h2 = { version = "0.3.3", optional = true }
itoa = "0.4.1"
tracing = { version = "0.1", default-features = false, features = ["std"] }
Expand Down

0 comments on commit adaa8b3

Please sign in to comment.