diff --git a/openstack_sdk/Cargo.toml b/openstack_sdk/Cargo.toml index b1fe9dc7f..da3a6fd1b 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"] }