Skip to content

Commit

Permalink
chore: bump borsh to 0.10 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Mar 22, 2023
1 parent 1079e0a commit 01fd63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "0.5.0"

[dependencies]
log = "0.4.17"
borsh = "0.9.3"
borsh = "0.10.2"
serde = "1.0.145"
reqwest = { version = "0.11.12", features = ["json"], default-features = false }
thiserror = "1.0.37"
Expand All @@ -30,7 +30,7 @@ near-jsonrpc-primitives = "0.16.0"

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
env_logger = "0.9.1"
env_logger = "0.10.0"

[features]
default = ["native-tls"]
Expand Down

0 comments on commit 01fd63e

Please sign in to comment.