Skip to content

Commit 9339414

Browse files
committed
sync with latest progenitor
1 parent f162c94 commit 9339414

6 files changed

Lines changed: 1778 additions & 559 deletions

File tree

Cargo.lock

Lines changed: 51 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ oxnet = "0.1.1"
4242
predicates = "3.1.3"
4343
pretty_assertions = "1.4.1"
4444
progenitor = { git = "https://github.com/oxidecomputer/progenitor", default-features = false }
45-
progenitor-client = "0.9.1"
45+
#progenitor-client = "0.9.1"
46+
progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" }
4647
rand = "0.8.5"
4748
ratatui = "0.26.3"
4849
rcgen = "0.10.0"

cli/src/cmd_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use anyhow::{anyhow, bail, Result};
1313
use async_trait::async_trait;
1414
use clap::Parser;
1515
use futures::{StreamExt, TryStreamExt};
16-
use oxide::Client;
16+
use oxide::{Client, ClientInfo};
1717
use serde::Deserialize;
1818
use serde_json::Value;
1919

0 commit comments

Comments
 (0)