diff --git a/Cargo.lock b/Cargo.lock index 53c5a880..710e1786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "casper-binary-port" version = "1.0.0" -source = "git+https://github.com/casper-network/casper-node.git?branch=feat-2.0#619192874435ad9730b18a422afbfe5c2b9f1157" +source = "git+https://github.com/casper-network/casper-node.git?tag=v2.0.0-rc5#619192874435ad9730b18a422afbfe5c2b9f1157" dependencies = [ "bincode", "bytes", @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "casper-types" version = "5.0.0" -source = "git+https://github.com/casper-network/casper-node.git?branch=feat-2.0#619192874435ad9730b18a422afbfe5c2b9f1157" +source = "git+https://github.com/casper-network/casper-node.git?tag=v2.0.0-rc5#619192874435ad9730b18a422afbfe5c2b9f1157" dependencies = [ "base16", "base64 0.13.1", @@ -3807,9 +3807,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.6" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" +checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" dependencies = [ "const-oid", "digest 0.10.7", diff --git a/Cargo.toml b/Cargo.toml index 2888a3e1..356bfb8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ members = [ anyhow = "1" async-stream = "0.3.4" async-trait = "0.1.77" -casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0", features = ["json-schema"]} -casper-binary-port = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0" } +casper-types = { git = "https://github.com/casper-network/casper-node.git", tag = "v2.0.0-rc5", features = ["json-schema"]} +casper-binary-port = { git = "https://github.com/casper-network/casper-node.git", tag = "v2.0.0-rc5" } casper-event-sidecar = { path = "./event_sidecar", version = "1.0.0" } casper-event-types = { path = "./types", version = "1.0.0" } casper-rpc-sidecar = { path = "./rpc_sidecar", version = "1.0.0" }