From 55ed9f337ae0cf8e1336448d6b4273b3ee31aca2 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 27 Jun 2023 01:47:29 -0700 Subject: [api] artifacts/ now supports streaming in-progress artifacts back out as they are provided --- Cargo.lock | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 7eaa568..fdb63dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,6 +164,26 @@ dependencies = [ ] [[package]] +name = "axum-extra" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51227033e4d3acad15c879092ac8a228532707b5db5ff2628f638334f63e1b7a" +dependencies = [ + "axum", + "bytes", + "futures-util", + "http", + "mime", + "pin-project-lite", + "tokio", + "tokio-util", + "tower", + "tower-http", + "tower-layer", + "tower-service", +] + +[[package]] name = "axum-macros" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1193,6 +1213,7 @@ name = "ixi-ci-server" version = "0.0.1" dependencies = [ "axum", + "axum-extra", "axum-macros", "axum-server", "base64", -- cgit v1.1