diff --git a/Cargo.toml b/Cargo.toml index f31fe1d..41a9b15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ sha2 = "0.9" sha3 = "0.10" # Serialization -borsh = "0.9.3" +borsh = "0.10.1" # Only needed for wasm demo serde = { version = "1.0", features = ["derive"] }