From 6b3f11bf9e0939ff261926c8bb17ca82b16498e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 08:30:50 -0700 Subject: [PATCH] Bump dropshot from `64f3a3b` to `b3c4d0b` (#537) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `64f3a3b` to `b3c4d0b`. - [Commits](https://github.com/oxidecomputer/dropshot/compare/64f3a3ba969802895e7a62ef08586d7789e54927...b3c4d0b84ab4f77f2843298e28bbb4c461094a6a) --- 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 bafa5bb..1bbb4d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.9.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#64f3a3ba969802895e7a62ef08586d7789e54927" +source = "git+https://github.com/oxidecomputer/dropshot#b3c4d0b84ab4f77f2843298e28bbb4c461094a6a" dependencies = [ "async-stream", "async-trait", @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.9.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#64f3a3ba969802895e7a62ef08586d7789e54927" +source = "git+https://github.com/oxidecomputer/dropshot#b3c4d0b84ab4f77f2843298e28bbb4c461094a6a" dependencies = [ "proc-macro2", "quote",