Update Cargo.toml

This commit is contained in:
Dylan DPC 2023-06-17 12:01:51 +05:30 committed by GitHub
parent 1072d0dacf
commit 6347197c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ cfg-if = "1"
derive_more = "0.99.5"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc", "sink"] }
h2 = "0.3.9"
h2 = "0.3.17"
http = "0.2.7"
itoa = "1"
log =" 0.4"