diff --git a/Cargo.lock b/Cargo.lock index b8bae9ae..c1bb9985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,9 +374,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "197b070de3ae5fc503d531d4dc7680e016438c2ffc848a1fefebc5c53f35cc17" +checksum = "447f28c85900215cc1bea282f32d4a2f22d55c5a300afdfbc661c8d6a632e063" dependencies = [ "arc-swap", "bytes", @@ -1868,9 +1868,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.24" +version = "0.14.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" +checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 3d3de9ba..61bde1b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ axum = { version="0.6.18", features=["http2", "headers", "original-uri", "macros axum-csp = { version="^0.0.1", path="axum-csp/"} axum-extra = { version = "0.7.4" } axum-macros = "0.3.5" -axum-server = { version = "0.5.0", features = [ "tls-rustls"] } +axum-server = { version = "0.5.1", features = [ "tls-rustls"] } axum-sessions = "0.5.0" axum-tracing-opentelemetry = { version = "0.10.0", features = ["tracing_subscriber_ext", "otlp"] } base64 = "0.21.0" diff --git a/axum-csp/Cargo.toml b/axum-csp/Cargo.toml index 49d74cb5..75151859 100644 --- a/axum-csp/Cargo.toml +++ b/axum-csp/Cargo.toml @@ -18,6 +18,6 @@ regex = "1.8.1" tokio = { version = "1.28.1", default-features = false, features = ["sync"] } [dev-dependencies] -axum-server = "0.5.0" +axum-server = "0.5.1" lazy_static = "1.4.0" tokio = { version = "1.28.1", default-features = false, features = ["full"] }