diff --git a/Cargo.lock b/Cargo.lock index 3349762..38945df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ "axum-core", "bytes", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "http-body-util", "hyper", @@ -686,7 +686,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "http-body-util", "mime", @@ -1841,7 +1841,7 @@ dependencies = [ "futures-core", "futures-sink", "gloo-utils", - "http 1.2.0", + "http 1.3.1", "js-sys", "pin-project", "serde", @@ -2027,9 +2027,9 @@ dependencies = [ [[package]] name = "http" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -2043,7 +2043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.2.0", + "http 1.3.1", ] [[package]] @@ -2054,7 +2054,7 @@ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "pin-project-lite", ] @@ -2108,7 +2108,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "httparse", "httpdate", @@ -2126,7 +2126,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", - "http 1.2.0", + "http 1.3.1", "hyper", "hyper-util", "rustls", @@ -2162,7 +2162,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "hyper", "pin-project-lite", @@ -2916,7 +2916,7 @@ dependencies = [ "bytes", "encoding_rs", "futures-util", - "http 1.2.0", + "http 1.3.1", "httparse", "memchr", "mime", @@ -3049,7 +3049,7 @@ dependencies = [ "base64 0.22.1", "chrono", "getrandom 0.2.15", - "http 1.2.0", + "http 1.3.1", "rand", "reqwest", "serde", @@ -3102,7 +3102,7 @@ dependencies = [ "dyn-clone", "ed25519-dalek", "hmac", - "http 1.2.0", + "http 1.3.1", "itertools 0.10.5", "log", "oauth2", @@ -3793,7 +3793,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "http-body-util", "hyper", @@ -4434,7 +4434,7 @@ dependencies = [ "dashmap", "futures", "gloo-net", - "http 1.2.0", + "http 1.3.1", "http-body-util", "hyper", "inventory", @@ -4724,7 +4724,7 @@ name = "shield-tower" version = "0.0.4" dependencies = [ "async-trait", - "http 1.2.0", + "http 1.3.1", "shield", "tower-layer", "tower-service", @@ -5436,7 +5436,7 @@ dependencies = [ "axum-core", "cookie 0.18.1", "futures-util", - "http 1.2.0", + "http 1.3.1", "parking_lot", "pin-project-lite", "tower-layer", @@ -5452,7 +5452,7 @@ dependencies = [ "bitflags", "bytes", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "http-body-util", "http-range-header", @@ -5487,7 +5487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65856c81ee244e0f8a55ab0f7b769b72fbde387c235f0a73cd97c579818d05eb" dependencies = [ "async-trait", - "http 1.2.0", + "http 1.3.1", "time", "tokio", "tower-cookies", @@ -5508,7 +5508,7 @@ dependencies = [ "axum-core", "base64 0.22.1", "futures", - "http 1.2.0", + "http 1.3.1", "parking_lot", "rand", "serde",