From 921868b55a314f0cfa0b14af290fa5831445ac0f Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:36:15 +0000 Subject: [PATCH] Update Rust crate `axum` to v0.7.9 (#5653) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cec602a81c..aa5033f772c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,9 +816,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core 0.4.5", @@ -2773,7 +2773,7 @@ dependencies = [ name = "hash-graph" version = "0.0.0" dependencies = [ - "axum 0.7.7", + "axum 0.7.9", "clap", "clap_complete", "error-stack", @@ -2808,7 +2808,7 @@ name = "hash-graph-api" version = "0.0.0" dependencies = [ "async-trait", - "axum 0.7.7", + "axum 0.7.9", "axum-core 0.4.5", "bytes", "derive-where", @@ -3007,7 +3007,7 @@ version = "0.0.0" name = "hash-graph-test-server" version = "0.0.0" dependencies = [ - "axum 0.7.7", + "axum 0.7.9", "error-stack", "futures", "hash-codec", @@ -4121,7 +4121,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -7752,7 +7752,7 @@ checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-stream", "async-trait", - "axum 0.7.7", + "axum 0.7.9", "base64 0.22.1", "bytes", "h2 0.4.6",