diff --git a/Cargo.toml b/Cargo.toml index dd6f76c..f893a3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ scale-info = { version = "2.1.2", default-features = false, features = [ ## Optional: enabled by the `borsh` feature ## For borsh encode or decode, needs to track `anchor-lang` and `near-sdk-rs` borsh version -borsh = { version = "0.10", default-features = false, optional = true } +borsh = { version = "1.5", default-features = false, optional = true } [dependencies.tendermint-proto] version = "0.36"