From 8719b0f33d638569076968e5e23450cfb1ebb5fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 14:24:29 -0700 Subject: [PATCH] Bump dropshot from `66aa765` to `d17f74d` (#448) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `66aa765` to `d17f74d`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/66aa7652f61e821171d632994040cd370234ca39...d17f74d428f0adf7fcab09663c708c72c34b99c0) --- 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 6e8ebcf..f058d3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.9.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#66aa7652f61e821171d632994040cd370234ca39" +source = "git+https://github.com/oxidecomputer/dropshot#d17f74d428f0adf7fcab09663c708c72c34b99c0" dependencies = [ "async-stream", "async-trait", @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.9.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#66aa7652f61e821171d632994040cd370234ca39" +source = "git+https://github.com/oxidecomputer/dropshot#d17f74d428f0adf7fcab09663c708c72c34b99c0" dependencies = [ "proc-macro2", "quote",