diff --git a/common/client-core/Cargo.toml b/common/client-core/Cargo.toml index 1242ebb1a0..047995d74c 100644 --- a/common/client-core/Cargo.toml +++ b/common/client-core/Cargo.toml @@ -15,7 +15,7 @@ documentation.workspace = true [dependencies] async-trait = { workspace = true } bincode = { workspace = true } -base64 = "0.21.2" +base64 = { workspace = true } bs58 = { workspace = true } clap = { workspace = true, optional = true } cfg-if = { workspace = true }