From d80398c4d7d80d77e4fff05d1ec20f94ffb08c42 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:55:01 +0000 Subject: [PATCH] Update Rust crate `axum` to v0.7.7 (#5259) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdf9747691b..348fa700c90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,9 +786,9 @@ 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.5", @@ -2345,7 +2345,7 @@ version = "0.0.0" dependencies = [ "async-trait", "authorization", - "axum 0.7.6", + "axum 0.7.7", "axum-core 0.4.5", "bytes", "error-stack", @@ -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",