mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-18 19:04:27 -04:00
chore(dependencies): require httparse 1.5.1
This commit is contained in:
+1
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user