diff --git a/Cargo.lock b/Cargo.lock index 5500ded7773..f63051904d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "bhyve_api" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b72896bc39a876c98fb32fe706da37a4fc408" +source = "git+https://github.com/oxidecomputer/propolis?rev=372a57444262a662863e5da6f5a78c694cb6bfa8#372a57444262a662863e5da6f5a78c694cb6bfa8" dependencies = [ "bhyve_api_sys", "libc", @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "bhyve_api_sys" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b72896bc39a876c98fb32fe706da37a4fc408" +source = "git+https://github.com/oxidecomputer/propolis?rev=372a57444262a662863e5da6f5a78c694cb6bfa8#372a57444262a662863e5da6f5a78c694cb6bfa8" dependencies = [ "libc", "strum 0.26.3", diff --git a/Cargo.toml b/Cargo.toml index a0fe7692e92..314fce85558 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -747,7 +747,7 @@ progenitor-extras = "0.2.0" # NOTE: if you change the pinned revision of the `bhyve_api` and propolis # dependencies, you must also update the references in package-manifest.toml to # match the new revision. -bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "979b72896bc39a876c98fb32fe706da37a4fc408" } +bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "372a57444262a662863e5da6f5a78c694cb6bfa8" } propolis-api-types-versions = { git = "https://github.com/oxidecomputer/propolis", rev = "979b72896bc39a876c98fb32fe706da37a4fc408" } propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "979b72896bc39a876c98fb32fe706da37a4fc408" } propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "979b72896bc39a876c98fb32fe706da37a4fc408" }