From fc783273e0c13d7d39b48815f6259ff19f8f4326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:25:26 -0700 Subject: [PATCH] Bump dropshot from `5228d04` to `a5ec1cb` (#587) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `5228d04` to `a5ec1cb`. - [Commits](https://github.com/oxidecomputer/dropshot/compare/5228d048f86c65895dc600b00074a99e690fd85c...a5ec1cb0ad562c93759d311db2430d01cf83286e) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68bda27..a2068d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.9.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#5228d048f86c65895dc600b00074a99e690fd85c" +source = "git+https://github.com/oxidecomputer/dropshot#a5ec1cb0ad562c93759d311db2430d01cf83286e" dependencies = [ "async-stream", "async-trait", @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.9.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#5228d048f86c65895dc600b00074a99e690fd85c" +source = "git+https://github.com/oxidecomputer/dropshot#a5ec1cb0ad562c93759d311db2430d01cf83286e" dependencies = [ "proc-macro2", "quote",