diff --git a/Cargo.toml b/Cargo.toml index 38b3bf7..5c83324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-jsonrpc-client" -version = "0.18.0" +version = "0.19.0" authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0" @@ -19,10 +19,10 @@ thiserror = "2.0" serde_json = "1.0.85" lazy_static = "1.4.0" -near-crypto = "0.31" -near-primitives = { version = "0.31", features = ["test_utils"] } -near-chain-configs = "0.31" -near-jsonrpc-primitives = "0.31" +near-crypto = "0.33" +near-primitives = { version = "0.33", features = ["test_utils"] } +near-chain-configs = "0.33" +near-jsonrpc-primitives = "0.33" [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }