From d2d7bf4cb9a6e191f3459aa29b4ad1b942309735 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 04:08:24 +0000 Subject: [PATCH] Update Rust crate regress to 0.8.0 --- Cargo.lock | 40 ++++++++++++++++++++++++--------------- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 3 files changed, 28 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 708447b644..7abd93e60b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ dependencies = [ "omicron-common", "omicron-workspace-hack", "progenitor 0.5.0 (git+https://github.com/oxidecomputer/progenitor?branch=main)", - "regress", + "regress 0.8.0", "reqwest", "schemars", "serde", @@ -1946,7 +1946,7 @@ dependencies = [ "progenitor-client 0.5.0 (git+https://github.com/oxidecomputer/progenitor?branch=main)", "quote", "rand 0.8.5", - "regress", + "regress 0.8.0", "reqwest", "rustfmt-wrapper", "schemars", @@ -2862,9 +2862,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" +checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" dependencies = [ "ahash", "allocator-api2", @@ -3368,7 +3368,7 @@ dependencies = [ "opte-ioctl", "oxide-vpc", "oxlog", - "regress", + "regress 0.8.0", "schemars", "serde", "serde_json", @@ -3410,7 +3410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" dependencies = [ "equivalent", - "hashbrown 0.14.2", + "hashbrown 0.14.3", "serde", ] @@ -3504,7 +3504,7 @@ dependencies = [ "installinator-common", "omicron-workspace-hack", "progenitor 0.5.0 (git+https://github.com/oxidecomputer/progenitor?branch=main)", - "regress", + "regress 0.8.0", "reqwest", "schemars", "serde", @@ -3979,7 +3979,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7" dependencies = [ - "hashbrown 0.14.2", + "hashbrown 0.14.3", ] [[package]] @@ -4302,7 +4302,7 @@ dependencies = [ "omicron-passwords", "omicron-workspace-hack", "progenitor 0.5.0 (git+https://github.com/oxidecomputer/progenitor?branch=main)", - "regress", + "regress 0.8.0", "reqwest", "schemars", "serde", @@ -4872,7 +4872,7 @@ dependencies = [ "progenitor 0.5.0 (git+https://github.com/oxidecomputer/progenitor?branch=main)", "proptest", "rand 0.8.5", - "regress", + "regress 0.8.0", "reqwest", "schemars", "semver 1.0.21", @@ -5366,7 +5366,7 @@ dependencies = [ "getrandom 0.2.10", "group", "hashbrown 0.13.2", - "hashbrown 0.14.2", + "hashbrown 0.14.3", "hex", "hmac", "hyper 0.14.27", @@ -5648,7 +5648,7 @@ dependencies = [ "omicron-workspace-hack", "progenitor 0.5.0 (git+https://github.com/oxidecomputer/progenitor?branch=main)", "rand 0.8.5", - "regress", + "regress 0.8.0", "reqwest", "serde", "serde_json", @@ -7062,6 +7062,16 @@ dependencies = [ "memchr", ] +[[package]] +name = "regress" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f5f39ba4513916c1b2657b72af6ec671f091cd637992f58d0ede5cae4e5dea0" +dependencies = [ + "hashbrown 0.14.3", + "memchr", +] + [[package]] name = "relative-path" version = "1.9.0" @@ -8137,7 +8147,7 @@ dependencies = [ "omicron-common", "omicron-workspace-hack", "progenitor 0.5.0 (git+https://github.com/oxidecomputer/progenitor?branch=main)", - "regress", + "regress 0.8.0", "reqwest", "schemars", "serde", @@ -9711,7 +9721,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "regress", + "regress 0.7.1", "schemars", "serde_json", "syn 2.0.48", @@ -10446,7 +10456,7 @@ dependencies = [ "ipnetwork", "omicron-workspace-hack", "progenitor 0.5.0 (git+https://github.com/oxidecomputer/progenitor?branch=main)", - "regress", + "regress 0.8.0", "reqwest", "schemars", "serde", diff --git a/Cargo.toml b/Cargo.toml index 66fbbc018d..a1307a9a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -321,7 +321,7 @@ rcgen = "0.12.1" reedline = "0.28.0" ref-cast = "1.0" regex = "1.10.3" -regress = "0.7.1" +regress = "0.8.0" reqwest = { version = "0.11", default-features = false } ring = "0.17.7" rpassword = "7.3.1" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 686cc3f218..5786c52b43 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -54,7 +54,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway- generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] } getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] } group = { version = "0.13.0", default-features = false, features = ["alloc"] } -hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.2", features = ["raw"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.3", features = ["raw"] } hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" } hex = { version = "0.4.3", features = ["serde"] } hmac = { version = "0.12.1", default-features = false, features = ["reset"] } @@ -162,7 +162,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway- generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] } getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] } group = { version = "0.13.0", default-features = false, features = ["alloc"] } -hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.2", features = ["raw"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.3", features = ["raw"] } hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" } hex = { version = "0.4.3", features = ["serde"] } hmac = { version = "0.12.1", default-features = false, features = ["reset"] }