diff --git a/Cargo.lock b/Cargo.lock index 16e3a1dc..b7f9338d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1798,9 +1798,9 @@ dependencies = [ [[package]] name = "headers" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d" +checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584" dependencies = [ "base64", "bitflags", @@ -1809,7 +1809,7 @@ dependencies = [ "http", "httpdate", "mime", - "sha-1", + "sha1", ] [[package]] diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index c5d76950..1e164fab 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.3.3" chrono = "0.4.22" data-encoding = "2.3.2" futures-util = "0.3.24" -headers = "0.3.7" +headers = "0.3.8" http = "0.2.8" http-body = "0.4.5" mime = "0.3.16" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 77a0855c..058ecc6f 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -48,7 +48,7 @@ chrono = { version = "0.4.22", features = ["serde"] } url = { version = "2.2.2", features = ["serde"] } mime = "0.3.16" rand = "0.8.5" -headers = "0.3.7" +headers = "0.3.8" oauth2-types = { path = "../oauth2-types" } mas-axum-utils = { path = "../axum-utils" } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 228e2496..46b2437c 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" axum = { version = "0.5.15", optional = true } bytes = "1.2.1" futures-util = "0.3.24" -headers = "0.3.7" +headers = "0.3.8" http = "0.2.8" http-body = "0.4.5" hyper = "0.14.20" diff --git a/crates/static-files/Cargo.toml b/crates/static-files/Cargo.toml index 0594ddbf..53d4a3eb 100644 --- a/crates/static-files/Cargo.toml +++ b/crates/static-files/Cargo.toml @@ -10,7 +10,7 @@ dev = [] [dependencies] axum = "0.5.15" -headers = "0.3.7" +headers = "0.3.8" http = "0.2.8" http-body = "0.4.5" mime_guess = "2.0.4"