From fdfe05f2315c49f5af1c796899bc3bb366ea4516 Mon Sep 17 00:00:00 2001 From: Alan Hanson Date: Wed, 15 Nov 2023 22:18:21 +0000 Subject: [PATCH] newer propolis then this morning --- Cargo.lock | 10 +++++----- Cargo.toml | 6 +++--- package-manifest.toml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d920de8579..94cedcd125 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "bhyve_api" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2#8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" +source = "git+https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875a2125227d13827d4236dce943c019b1c" dependencies = [ "bhyve_api_sys", "libc", @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "bhyve_api_sys" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2#8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" +source = "git+https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875a2125227d13827d4236dce943c019b1c" dependencies = [ "libc", "strum", @@ -6097,7 +6097,7 @@ dependencies = [ [[package]] name = "propolis-client" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2#8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" +source = "git+https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875a2125227d13827d4236dce943c019b1c" dependencies = [ "async-trait", "base64 0.21.5", @@ -6118,7 +6118,7 @@ dependencies = [ [[package]] name = "propolis-mock-server" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2#8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" +source = "git+https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875a2125227d13827d4236dce943c019b1c" dependencies = [ "anyhow", "atty", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "propolis_types" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2#8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" +source = "git+https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875a2125227d13827d4236dce943c019b1c" dependencies = [ "schemars", "serde", diff --git a/Cargo.toml b/Cargo.toml index dfeac98052..82bca496a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -290,9 +290,9 @@ pretty-hex = "0.3.0" 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 = "8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" } -propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" } -propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" } +bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "54398875a2125227d13827d4236dce943c019b1c" } +propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "54398875a2125227d13827d4236dce943c019b1c" } +propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "54398875a2125227d13827d4236dce943c019b1c" } proptest = "1.3.1" quote = "1.0" rand = "0.8.5" diff --git a/package-manifest.toml b/package-manifest.toml index 68e6aa9f22..c65c5b6933 100644 --- a/package-manifest.toml +++ b/package-manifest.toml @@ -409,10 +409,10 @@ service_name = "propolis-server" only_for_targets.image = "standard" source.type = "prebuilt" source.repo = "propolis" -source.commit = "8ad2d4fe9bb21d7a8989dc5f556a66d19ba796a2" +source.commit = "54398875a2125227d13827d4236dce943c019b1c" # The SHA256 digest is automatically posted to: # https://buildomat.eng.oxide.computer/public/file/oxidecomputer/propolis/image//propolis-server.sha256.txt -source.sha256 = "1a7b0d8d20c7a0044b9f972f4d33a6e046fca862a54439e83617f2202468b396" +source.sha256 = "01b8563db6626f90ee3fb6d97e7921b0a680373d843c1bea7ebf46fcea4f7b28" output.type = "zone" [package.mg-ddm-gz]