From d59f634e45696fc42bd7637efe62b677db39cb9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 19:36:30 +0000 Subject: [PATCH] Bump dropshot from `5a80ca5` to `8d7a328` Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `5a80ca5` to `8d7a328`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/5a80ca53df78b5ee11dc97a252864c6c86046a0b...8d7a328208f517b97c6f209ad30433963e5f06c3) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce7d1d682f4..dd265683d3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dropshot" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#5a80ca53df78b5ee11dc97a252864c6c86046a0b" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#8d7a328208f517b97c6f209ad30433963e5f06c3" dependencies = [ "async-trait", "base64", @@ -897,14 +897,14 @@ dependencies = [ "syn", "tokio", "toml", - "usdt 0.2.1", + "usdt 0.3.1", "uuid", ] [[package]] name = "dropshot_endpoint" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#5a80ca53df78b5ee11dc97a252864c6c86046a0b" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#8d7a328208f517b97c6f209ad30433963e5f06c3" dependencies = [ "proc-macro2", "quote",