fix(deps): update rust crate http to 1.1 (#249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-04 20:06:21 +01:00 committed by GitHub
parent ee052cda02
commit b8a02ff221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ hex = "0.4"
tracing = "0.1"
ring = { version = "0.17", optional = true }
lazy_static = "1.4"
http = "1.0"
http = "1.1"
async-trait = "0.1"
bytes = "1"
rand = "0.8"