From 2353f3877cd6bcbd75349483a61ea608511f0cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 21:17:24 +0000 Subject: [PATCH] Bump hubtools from `0c642f6` to `2481445` Bumps [hubtools](https://github.com/oxidecomputer/hubtools) from `0c642f6` to `2481445`. - [Commits](https://github.com/oxidecomputer/hubtools/compare/0c642f6e1f83b74725c7119a546bc26ac7452a48...2481445b80f8476041f62a1c8b6301e4918c63ed) --- updated-dependencies: - dependency-name: hubtools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9456db5f47..ab3d3ae9ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "hubtools" version = "0.4.1" -source = "git+https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e1f83b74725c7119a546bc26ac7452a48" +source = "git+https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b80f8476041f62a1c8b6301e4918c63ed" dependencies = [ "lpc55_areas", "lpc55_sign", @@ -3969,7 +3969,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lpc55_areas" version = "0.2.4" -source = "git+https://github.com/oxidecomputer/lpc55_support#4051a3b9421573dc36ed6098b292a7609a3cf98b" +source = "git+https://github.com/oxidecomputer/lpc55_support#6df13b9cb5126d9a4875ec2ee273d7c5b9ff894f" dependencies = [ "bitfield", "clap 4.4.3", @@ -3979,8 +3979,8 @@ dependencies = [ [[package]] name = "lpc55_sign" -version = "0.3.2" -source = "git+https://github.com/oxidecomputer/lpc55_support#4051a3b9421573dc36ed6098b292a7609a3cf98b" +version = "0.3.3" +source = "git+https://github.com/oxidecomputer/lpc55_support#6df13b9cb5126d9a4875ec2ee273d7c5b9ff894f" dependencies = [ "byteorder", "const-oid", @@ -9197,8 +9197,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", - "rand 0.8.5", + "cfg-if 0.1.10", + "rand 0.4.6", "static_assertions", ]