From 26bbe2cf715bbae7cf15c298e1d26eded9cf2873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:01:40 -0700 Subject: [PATCH] Bump dropshot from `d3e7ac6` to `60d745e` (#849) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `d3e7ac6` to `60d745e`. - [Commits](https://github.com/oxidecomputer/dropshot/compare/d3e7ac6886ad2b65c05aa2730e1f0714661711f4...60d745e1ed949479fba5f97f1dcdf92050945030) --- 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 8114dd3..f4fdec5 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#d3e7ac6886ad2b65c05aa2730e1f0714661711f4" +source = "git+https://github.com/oxidecomputer/dropshot#60d745e1ed949479fba5f97f1dcdf92050945030" dependencies = [ "async-stream", "async-trait", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.10.2-dev" -source = "git+https://github.com/oxidecomputer/dropshot#d3e7ac6886ad2b65c05aa2730e1f0714661711f4" +source = "git+https://github.com/oxidecomputer/dropshot#60d745e1ed949479fba5f97f1dcdf92050945030" dependencies = [ "proc-macro2", "quote",