From e67481fa24ddb51b12b49e656512ced6973ce157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:06:46 +0000 Subject: [PATCH] Update borsh requirement from 0.9.3 to 0.10.0 Updates the requirements on [borsh](https://github.com/near/borsh-rs) to permit the latest version. - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/near/borsh-rs/compare/v0.9.3...v0.10.0) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d75135..67226dd 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.0" # Only needed for wasm demo serde = { version = "1.0", features = ["derive"] }