Merge pull request #386 from snapview/dependabot/cargo/http-1.0

Update http requirement from 0.2 to 1.0
This commit is contained in:
Daniel Abramov 2023-11-17 18:54:04 +01:00 committed by GitHub
commit a43bb499df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ __rustls-tls = ["rustls"]
data-encoding = { version = "2", optional = true }
byteorder = "1.3.2"
bytes = "1.0"
http = { version = "0.2", optional = true }
http = { version = "1.0", optional = true }
httparse = { version = "1.3.4", optional = true }
log = "0.4.8"
rand = "0.8.0"