mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-21 01:05:26 -04:00
chore(h2): fix minimum h2 version
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ futures = "0.1.21"
|
||||
futures-cpupool = { version = "0.1.6", optional = true }
|
||||
http = "0.1.7"
|
||||
httparse = "1.0"
|
||||
h2 = "0.1.5"
|
||||
h2 = "0.1.10"
|
||||
iovec = "0.1"
|
||||
itoa = "0.4.1"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user