Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies, progenitor to a3e29d90 #954

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion sdk/src/generated_sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20538,7 +20538,10 @@ pub mod types {
///
/// The default is that no Fleet roles are conferred by any Silo roles
/// unless there's a corresponding entry in this map.
#[serde(default, skip_serializing_if = "::std::collections::HashMap::is_empty")]
#[serde(
default,
skip_serializing_if = ":: std :: collections :: HashMap::is_empty"
)]
pub mapped_fleet_roles: ::std::collections::HashMap<::std::string::String, Vec<FleetRole>>,
pub name: Name,
/// Limits the amount of provisionable CPU, memory, and storage in the
Expand Down