diff --git a/Cargo.lock b/Cargo.lock index a99cbb9..1457809 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,9 +591,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 6e7e077..eaf2b14 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.11", default-features = false } +http = { version = "^0.2.12", 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 }