From c2fd551f2c0110abdadea1c28e82f3707c22d984 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:46:38 +0000 Subject: [PATCH] fix(deps): update rust crate bincode to v3 --- openstack_sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_sdk/Cargo.toml b/openstack_sdk/Cargo.toml index 0ae2a5175..5599fafb1 100644 --- a/openstack_sdk/Cargo.toml +++ b/openstack_sdk/Cargo.toml @@ -46,7 +46,7 @@ passkey = ["keystone_ng", "dep:webauthn-authenticator-rs", "dep:webauthn-rs-prot [dependencies] async-trait = {workspace = true} base64 = { workspace = true } -bincode = { version = "^2.0", default-features = false, features = ["serde", "std"] } +bincode = { version = "^3.0.0", default-features = false, features = ["serde", "std"] } bytes = {workspace = true} chrono = { workspace= true } config = { workspace = true, features = ["yaml"] }