diff --git a/Cargo.lock b/Cargo.lock index c58f14d4260..27f13475960 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1213,7 +1213,7 @@ dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-crypto 0.1.0", "near-network 0.1.0", "near-primitives 0.1.0", @@ -1231,7 +1231,7 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-chain 0.1.0", "near-client 0.1.0", "near-crypto 0.1.0", @@ -1570,7 +1570,7 @@ name = "keypair-generator" version = "0.1.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-crypto 0.1.0", ] @@ -1673,7 +1673,7 @@ dependencies = [ "git-version 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-crypto 0.1.0", "near-jsonrpc 0.1.0", "near-primitives 0.1.0", @@ -1863,7 +1863,7 @@ dependencies = [ [[package]] name = "near" -version = "0.4.5" +version = "0.4.7" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "borsh 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1956,7 +1956,7 @@ dependencies = [ "kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-chain 0.1.0", "near-chunks 0.1.0", "near-crypto 0.1.0", @@ -2229,7 +2229,7 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-crypto 0.1.0", "near-jsonrpc 0.1.0", "near-network 0.1.0", @@ -2983,7 +2983,7 @@ dependencies = [ "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "gnuplot 0.0.32 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-crypto 0.1.0", "near-primitives 0.1.0", "near-runtime-fees 0.4.0", @@ -3256,7 +3256,7 @@ dependencies = [ "borsh 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-chain 0.1.0", "near-crypto 0.1.0", "near-network 0.1.0", @@ -3397,7 +3397,7 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.7", "near-chain 0.1.0", "near-client 0.1.0", "near-crypto 0.1.0", diff --git a/near/Cargo.toml b/near/Cargo.toml index 0f191a841aa..3de8444526d 100644 --- a/near/Cargo.toml +++ b/near/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near" -version = "0.4.5" +version = "0.4.7" authors = ["Near Inc "] edition = "2018"