Skip to content

Commit 3ffe379

Browse files
committed
Dep updates
1 parent 6a8cc8c commit 3ffe379

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolver = "2"
2020
anyhow = "1.0.82"
2121
async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" }
2222
async-trait = "0.1.80"
23-
base64 = "0.21.7"
23+
base64 = "0.22"
2424
bb8 = "0.8.3"
2525
chrono = "0.4.38"
2626
clap = { version = "4.5.4", features = ["derive", "string", "env"] }

rfd-sdk/src/generated/sdk.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#[allow(unused_imports)]
44
use progenitor_client::{encode_path, RequestBuilderExt};
5+
#[allow(unused_imports)]
56
pub use progenitor_client::{ByteStream, Error, ResponseValue};
67
#[allow(unused_imports)]
78
use reqwest::header::{HeaderMap, HeaderValue};
@@ -13933,6 +13934,7 @@ pub mod builder {
1393313934
/// Items consumers will typically use such as the Client and
1393413935
/// extension traits.
1393513936
pub mod prelude {
13937+
#[allow(unused_imports)]
1393613938
pub use super::Client;
1393713939
pub use super::ClientHiddenExt;
1393813940
}

0 commit comments

Comments
 (0)