From 4593f85d5a92ab144ece90754d9acc9a2fc97458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:27:26 -0700 Subject: [PATCH] Bump dropshot from `60d745e` to `6a3f84c` (#854) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `60d745e` to `6a3f84c`. - [Commits](https://github.com/oxidecomputer/dropshot/compare/60d745e1ed949479fba5f97f1dcdf92050945030...6a3f84ca5fd8d0c5c010cfe837efbe6b5d117d9d) --- 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebe2a89..1858a1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.10.2-dev" -source = "git+https://github.com/oxidecomputer/dropshot#60d745e1ed949479fba5f97f1dcdf92050945030" +source = "git+https://github.com/oxidecomputer/dropshot#6a3f84ca5fd8d0c5c010cfe837efbe6b5d117d9d" dependencies = [ "async-stream", "async-trait", @@ -516,8 +516,9 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.10.2-dev" -source = "git+https://github.com/oxidecomputer/dropshot#60d745e1ed949479fba5f97f1dcdf92050945030" +source = "git+https://github.com/oxidecomputer/dropshot#6a3f84ca5fd8d0c5c010cfe837efbe6b5d117d9d" dependencies = [ + "heck", "proc-macro2", "quote", "serde",