From 255e23bc466dc2a2b9a647bed97ed5d16b29796b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:00:39 -0700 Subject: [PATCH] Bump dropshot from `68cf268` to `de05ae5` (#586) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `68cf268` to `de05ae5`. - [Commits](https://github.com/oxidecomputer/dropshot/compare/68cf26874c975398438941dab561536f146a0013...de05ae567466fc66777043c949aab2746259bd6f) --- 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 45eb26c..74e3e2f 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#68cf26874c975398438941dab561536f146a0013" +source = "git+https://github.com/oxidecomputer/dropshot#de05ae567466fc66777043c949aab2746259bd6f" 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#68cf26874c975398438941dab561536f146a0013" +source = "git+https://github.com/oxidecomputer/dropshot#de05ae567466fc66777043c949aab2746259bd6f" dependencies = [ "proc-macro2", "quote",