From 962ddbae0da30369c92ea247a69dd5e6a6a6fe8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 00:40:54 +0000 Subject: [PATCH] Bump dropshot from `feea258` to `41060ad` Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `feea258` to `41060ad`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/feea2584eb3ce562a45e6696d51f8d6fa4b40a1e...41060ad2dab5d1f9deee920a97b79c6c159b2a54) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33bc2c4a1ed..28afe7326d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,7 +404,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.5.2-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#feea2584eb3ce562a45e6696d51f8d6fa4b40a1e" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#41060ad2dab5d1f9deee920a97b79c6c159b2a54" dependencies = [ "async-trait", "base64", @@ -428,6 +428,7 @@ dependencies = [ "slog-bunyan", "slog-json", "slog-term", + "syn", "tokio", "toml", "uuid", @@ -436,7 +437,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.5.2-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#feea2584eb3ce562a45e6696d51f8d6fa4b40a1e" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#41060ad2dab5d1f9deee920a97b79c6c159b2a54" dependencies = [ "proc-macro2", "quote",