From 11dc17dc0221742952c0b0230d619d43998e6c07 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 06:46:14 +0000 Subject: [PATCH] Update Rust crate `axum` to v0.7.7 --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 932df471681..f7aa589d2dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,12 +786,12 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f43644eed690f5374f1af436ecd6aea01cd201f6fbdf0178adaf6907afb2cec" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", - "axum-core 0.4.4", + "axum-core 0.4.5", "bytes", "futures-util", "http 1.1.0", @@ -837,9 +837,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6b8ba012a258d63c9adfa28b9ddcf66149da6f986c5b5452e629d5ee64bf00" +checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" dependencies = [ "async-trait", "bytes", @@ -2345,8 +2345,8 @@ version = "0.0.0" dependencies = [ "async-trait", "authorization", - "axum 0.7.6", - "axum-core 0.4.4", + "axum 0.7.7", + "axum-core 0.4.5", "bytes", "error-stack", "graph", @@ -2573,7 +2573,7 @@ name = "hash-graph" version = "0.0.0" dependencies = [ "authorization", - "axum 0.7.6", + "axum 0.7.7", "clap", "clap_complete", "codec", @@ -6631,7 +6631,7 @@ name = "test-server" version = "0.0.0" dependencies = [ "authorization", - "axum 0.7.6", + "axum 0.7.7", "codec", "error-stack", "futures",