From 43669e50c8002962836005a5c8bf54096dcde10d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 13:15:24 +0000 Subject: [PATCH] fix(deps): update rust crate openstack_types to 0.22.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b910efa..710ab5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,9 +1401,9 @@ dependencies = [ [[package]] name = "openstack_types" -version = "0.21.3" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fb0735b28209a12db85893cacc40ce20780ab630ec7a30dcb3313906465f24" +checksum = "13606ac7ad627e3e145fd7f950614e78efdeb176e513391879743a33cf4beaa8" dependencies = [ "chrono", "serde", diff --git a/Cargo.toml b/Cargo.toml index d67e3bf..5713305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ config = "0.15.11" futures = "0.3.31" octocrab = "0.44.1" openstack_sdk = "0.21.0" -openstack_types = "0.21.0" +openstack_types = "0.22.0" rand = "0.9.1" serde = "1.0.219" serde_yaml = "0.9.34"