From 6ce6868009a4cd4ec2b7aeccadc75270fcc6fd12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 13:09:04 +0000 Subject: [PATCH] Bump pretty-hex from 0.2.1 to 0.3.0 Bumps [pretty-hex](https://github.com/wolandr/pretty-hex) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/wolandr/pretty-hex/releases) - [Commits](https://github.com/wolandr/pretty-hex/commits) --- updated-dependencies: - dependency-name: pretty-hex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ internal-dns/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 437e0c1ab95..a8b74ff6a4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,7 +960,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dropshot" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#f0306232bede6a1d1b99912a4e79621284c55a9f" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#da09c39441e2d4c984d076f90cd550d9c6f76951" dependencies = [ "async-stream", "async-trait", @@ -999,7 +999,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#f0306232bede6a1d1b99912a4e79621284c55a9f" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#da09c39441e2d4c984d076f90cd550d9c6f76951" dependencies = [ "proc-macro2", "quote", @@ -3211,9 +3211,9 @@ dependencies = [ [[package]] name = "pretty-hex" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131" +checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5" [[package]] name = "proc-macro-error" @@ -4784,9 +4784,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" +checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" dependencies = [ "serde", ] diff --git a/internal-dns/Cargo.toml b/internal-dns/Cargo.toml index 72d4088d983..66967237444 100644 --- a/internal-dns/Cargo.toml +++ b/internal-dns/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" anyhow = "1.0" clap = { version = "3.1", features = [ "derive" ] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } -pretty-hex = "0.2.1" +pretty-hex = "0.3.0" schemars = "0.8" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0"