Skip to content

Commit adaa8b3

Browse files
committed
chore(dependencies): require httparse 1.5.1
1 parent 95a9783 commit adaa8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ futures-util = { version = "0.3", default-features = false }
3030
http = "0.2"
3131
http-body = "0.4"
3232
httpdate = "1.0"
33-
httparse = "1.4"
33+
httparse = "1.5.1"
3434
h2 = { version = "0.3.3", optional = true }
3535
itoa = "0.4.1"
3636
tracing = { version = "0.1", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)