diff --git a/Cargo.lock b/Cargo.lock index cd31a49..d7981aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,9 +591,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 45b2d61..22b02dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ const-oid = { version = "0.9.6", default-features = false } der = { version = "0.6", default-features = false } flagset = { version = "0.4.3", default-features = false } hex = { version = "0.4.3", default-features = false } -http = { version = "^0.2.9", default-features = false } +http = { version = "^0.2.11", default-features = false } hyper = { git = "https://github.com/rjzak/hyper", branch = "wasi_wip", default-features = false } memoffset = { version = "0.8.0", default-features = false } p256 = { version = "0.12.0", default-features = false }