diff --git a/chapter 8/NEAR_complete_app/Cargo.lock b/chapter 8/NEAR_complete_app/Cargo.lock index 20b6804..a141b9a 100644 --- a/chapter 8/NEAR_complete_app/Cargo.lock +++ b/chapter 8/NEAR_complete_app/Cargo.lock @@ -1422,7 +1422,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" name = "hello_near" version = "1.0.0" dependencies = [ - "borsh 0.9.3", + "borsh 1.4.0", "near-sdk", "uint", ] diff --git a/chapter 8/NEAR_complete_app/Cargo.toml b/chapter 8/NEAR_complete_app/Cargo.toml index fa56320..9da5263 100644 --- a/chapter 8/NEAR_complete_app/Cargo.toml +++ b/chapter 8/NEAR_complete_app/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] near-sdk = "4.1.1" -borsh = "0.9" +borsh = "1.4" uint = { version = "0.9.3", default-features = false } [patch.crates-io]