diff --git a/clients/rust/Cargo.lock b/clients/rust/Cargo.lock index d0901593..e0caab7c 100644 --- a/clients/rust/Cargo.lock +++ b/clients/rust/Cargo.lock @@ -2096,7 +2096,7 @@ name = "mpl-token-metadata" version = "3.0.2" dependencies = [ "assert_matches", - "borsh 0.9.3", + "borsh 0.10.3", "num-derive", "num-traits", "serde", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index def83939..925f415c 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -16,7 +16,7 @@ test-sbf = [] serde = ["dep:serde", "dep:serde_with"] [dependencies] -borsh = ">= 0.9" +borsh = ">= 0.9, < 1.0" num-derive = "^0.3" num-traits = "^0.2" serde = { version = "^1.0", features = ["derive"], optional = true }