diff --git a/Cargo.lock b/Cargo.lock index 7ebb3a825bb..44be0b3a21d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2176,13 +2176,13 @@ dependencies = [ [[package]] name = "crucible-pantry-client" version = "0.0.1" -source = "git+https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a3d7b0112d2949dd135db06fef0c156bb" +source = "git+https://github.com/oxidecomputer/crucible?rev=ec87da9b0d8997a8c1c969a11d7d41583526ad20#ec87da9b0d8997a8c1c969a11d7d41583526ad20" dependencies = [ "anyhow", "chrono", "crucible-workspace-hack", "percent-encoding", - "progenitor 0.10.0", + "progenitor 0.11.2", "reqwest", "schemars 0.8.22", "serde", diff --git a/Cargo.toml b/Cargo.toml index 196c399a812..1f4fcd81280 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -418,7 +418,7 @@ crossterm = { version = "0.29.0", features = ["event-stream"] } # must also update the references in package-manifest.toml to match the new # revision. crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" } -crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" } +crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "ec87da9b0d8997a8c1c969a11d7d41583526ad20" } crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" } crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" } # NOTE: See above!