From df616835ccb553e9b134d886ef5b4c97235adece Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 03:10:05 +0000 Subject: [PATCH] Update Rust crate syn to v2.0.67 --- Cargo.toml | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fbb301511bb..f9b4906779a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ members = [ "bootstore", "certificates", "clients/bootstrap-agent-client", - "clients/cockroach-admin-client", "clients/ddm-admin-client", "clients/dns-service-client", "clients/dpd-client", @@ -87,11 +86,9 @@ members = [ ] default-members = [ - "api_identity", "bootstore", "certificates", "clients/bootstrap-agent-client", - "clients/cockroach-admin-client", "clients/ddm-admin-client", "clients/dns-service-client", "clients/dpd-client", @@ -114,8 +111,6 @@ default-members = [ # hakari to not work as well and build times to be longer. # See omicron#4392. "dns-server", - # Do not include end-to-end-tests in the list of default members, as its - # tests only work on a deployed control plane. "gateway-cli", "gateway-test-utils", "gateway", @@ -131,21 +126,18 @@ default-members = [ "nexus-config", "nexus/authz-macros", "nexus/auth", + "nexus/macros-common", + "nexus/metrics-producer-gc", + "nexus/networking", "nexus/db-fixed-data", "nexus/db-macros", "nexus/db-model", "nexus/db-queries", "nexus/defaults", "nexus/inventory", - "nexus/macros-common", - "nexus/metrics-producer-gc", - "nexus/networking", "nexus/reconfigurator/execution", "nexus/reconfigurator/planning", "nexus/reconfigurator/preparation", - "nexus/test-interface", - "nexus/test-utils-macros", - "nexus/test-utils", "nexus/types", "oximeter/collector", "oximeter/db", @@ -172,7 +164,6 @@ default-members = [ "wicket-dbg", "wicket", "wicketd", - "workspace-hack", "zone-setup", ] resolver = "2" @@ -249,7 +240,6 @@ ciborium = "0.2.2" cfg-if = "1.0" chrono = { version = "0.4", features = [ "serde" ] } clap = { version = "4.5", features = ["cargo", "derive", "env", "wrap_help"] } -cockroach-admin-client = { path = "clients/cockroach-admin-client" } colored = "2.1" const_format = "0.2.32" cookie = "0.18" @@ -367,14 +357,14 @@ omicron-sled-agent = { path = "sled-agent" } omicron-test-utils = { path = "test-utils" } omicron-zone-package = "0.11.0" oxide-client = { path = "clients/oxide-client" } -oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "417f74e94978c23f3892ac328c3387f3ecd9bb29", features = [ "api", "std" ] } +oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "d6177ca84f23e60a661461bb4cece475689502d2", features = [ "api", "std" ] } once_cell = "1.19.0" openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = "main" } openapiv3 = "2.0.0" # must match samael's crate! openssl = "0.10" openssl-sys = "0.9" -opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "417f74e94978c23f3892ac328c3387f3ecd9bb29" } +opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "d6177ca84f23e60a661461bb4cece475689502d2" } oso = "0.27" owo-colors = "4.0.0" oximeter = { path = "oximeter/oximeter" } @@ -401,9 +391,9 @@ prettyplease = { version = "0.2.20", features = ["verbatim"] } proc-macro2 = "1.0" progenitor = { git = "https://github.com/oxidecomputer/progenitor", branch = "main" } progenitor-client = { git = "https://github.com/oxidecomputer/progenitor", branch = "main" } -bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "50cb28f586083fdb990e401bc6146e7dac9b2753" } -propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "50cb28f586083fdb990e401bc6146e7dac9b2753" } -propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "50cb28f586083fdb990e401bc6146e7dac9b2753" } +bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "6d7ed9a033babc054db9eff5b59dee978d2b0d76" } +propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "6d7ed9a033babc054db9eff5b59dee978d2b0d76" } +propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "6d7ed9a033babc054db9eff5b59dee978d2b0d76" } proptest = "1.4.0" quote = "1.0" rand = "0.8.5" @@ -442,12 +432,7 @@ signal-hook = "0.3" signal-hook-tokio = { version = "0.3", features = [ "futures-v0_3" ] } sigpipe = "0.1.3" similar-asserts = "1.5.0" -# Don't change sled's version on accident; sled's on-disk format is not yet -# stable and requires manual migrations. In the limit this won't matter because -# the upgrade system will replace the DNS server zones entirely, but while we -# are still doing mupdate a change to the on-disk format will break existing DNS -# server zones. -sled = "=0.34.7" +sled = "0.34" sled-agent-client = { path = "clients/sled-agent-client" } sled-hardware = { path = "sled-hardware" } sled-hardware-types = { path = "sled-hardware/types" }