From d13033b1d0a7bfd6f08d37a2eaa3f49330d3fba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 19:57:12 +0000 Subject: [PATCH] Bump dropshot from `0590171` to `dafe330` Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `0590171` to `dafe330`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/0590171143964e32d913113df85174771d4699d9...dafe330b4f2b2efb9c32b4a740dff78229852ed6) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae26bfd36ec..1de8d4485d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dropshot" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#0590171143964e32d913113df85174771d4699d9" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#dafe330b4f2b2efb9c32b4a740dff78229852ed6" dependencies = [ "async-stream", "async-trait", @@ -997,12 +997,13 @@ dependencies = [ "toml", "usdt", "uuid", + "version_check", ] [[package]] name = "dropshot_endpoint" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#0590171143964e32d913113df85174771d4699d9" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#dafe330b4f2b2efb9c32b4a740dff78229852ed6" dependencies = [ "proc-macro2", "quote", @@ -1755,9 +1756,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" +checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" dependencies = [ "autocfg", "hashbrown", @@ -2880,9 +2881,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5" +checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" [[package]] name = "path-absolutize"