From a09b836ab5e02cbd623eb63b2738ebab73607212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:00:27 -0700 Subject: [PATCH] Bump dropshot from `d9f8779` to `38395fc` (#113) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `d9f8779` to `38395fc`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/d9f87790e92cafa179f079f441f2f3be1e2f1026...38395fc200a9330728757cd0d26f12373a279fbc) --- 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 873efdf..c675c57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#d9f87790e92cafa179f079f441f2f3be1e2f1026" +source = "git+https://github.com/oxidecomputer/dropshot#38395fc200a9330728757cd0d26f12373a279fbc" dependencies = [ "async-stream", "async-trait", @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#d9f87790e92cafa179f079f441f2f3be1e2f1026" +source = "git+https://github.com/oxidecomputer/dropshot#38395fc200a9330728757cd0d26f12373a279fbc" dependencies = [ "proc-macro2", "quote",