From c86752b9a8d4fec9771117ffc2cc53d1c18cfc69 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Sat, 14 Sep 2024 17:07:29 -0700 Subject: [PATCH] update bhyve_api --- Cargo.lock | 10 +++++----- Cargo.toml | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6be57b92cc..4557032413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,9 +654,9 @@ dependencies = [ [[package]] name = "bhyve_api" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c76b6a63961ecef76acb1516b6e66c5c9" +source = "git+https://github.com/oxidecomputer/propolis?branch=hyper-v1#81e04b69611e8c8814dd96e081ec311d489c9e57" dependencies = [ - "bhyve_api_sys 0.0.0 (git+https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9)", + "bhyve_api_sys 0.0.0 (git+https://github.com/oxidecomputer/propolis?branch=hyper-v1)", "libc", "strum", ] @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "bhyve_api_sys" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c76b6a63961ecef76acb1516b6e66c5c9" +source = "git+https://github.com/oxidecomputer/propolis?branch=hyper-v1#81e04b69611e8c8814dd96e081ec311d489c9e57" dependencies = [ "libc", "strum", @@ -4011,7 +4011,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -4249,7 +4249,7 @@ version = "0.1.0" dependencies = [ "anyhow", "async-trait", - "bhyve_api 0.0.0 (git+https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9)", + "bhyve_api 0.0.0 (git+https://github.com/oxidecomputer/propolis?branch=hyper-v1)", "byteorder", "camino", "camino-tempfile", diff --git a/Cargo.toml b/Cargo.toml index 678243cbad..2eb1c26f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -515,9 +515,10 @@ proc-macro2 = "1.0" # progenitor-client = { git = "https://github.com/oxidecomputer/progenitor", branch = "main" } progenitor = { git = "https://github.com/oxidecomputer/progenitor", branch = "dependabot/cargo/reqwest-0.12.4" } progenitor-client = { git = "https://github.com/oxidecomputer/progenitor", branch = "dependabot/cargo/reqwest-0.12.4" } -bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" } +#bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" } # propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" } # propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" } +bhyve_api = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" } propolis-client = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" } propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" } proptest = "1.5.0"