From a91dcc97c649206056567ef8003f98a2807334c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 02:27:58 +0000 Subject: [PATCH] Bump dropshot from `da09c39` to `0e971f5` Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `da09c39` to `0e971f5`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/da09c39441e2d4c984d076f90cd550d9c6f76951...0e971f5c554390273622b37cd2a6aaec1dff815b) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 117bdefd27e..771900d34f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,7 +671,7 @@ source = "git+https://github.com/oxidecomputer/crucible?rev=4090a023b77dcab7a500 dependencies = [ "anyhow", "rusqlite", - "rustls-pemfile", + "rustls-pemfile 0.3.0", "serde", "serde_json", "tempfile", @@ -969,7 +969,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dropshot" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#da09c39441e2d4c984d076f90cd550d9c6f76951" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#0e971f5c554390273622b37cd2a6aaec1dff815b" dependencies = [ "async-stream", "async-trait", @@ -987,7 +987,7 @@ dependencies = [ "percent-encoding", "proc-macro2", "rustls", - "rustls-pemfile", + "rustls-pemfile 1.0.0", "schemars", "serde", "serde_json", @@ -1008,7 +1008,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#da09c39441e2d4c984d076f90cd550d9c6f76951" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#0e971f5c554390273622b37cd2a6aaec1dff815b" dependencies = [ "proc-macro2", "quote", @@ -3587,7 +3587,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "rustls", - "rustls-pemfile", + "rustls-pemfile 0.3.0", "serde", "serde_json", "serde_urlencoded", @@ -3702,6 +3702,15 @@ dependencies = [ "base64", ] +[[package]] +name = "rustls-pemfile" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" +dependencies = [ + "base64", +] + [[package]] name = "rustversion" version = "1.0.6"