diff --git a/Cargo.lock b/Cargo.lock index a792b77..ae8beaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3416,9 +3416,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.9" +version = "0.103.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" +checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" dependencies = [ "ring", "rustls-pki-types", @@ -5219,9 +5219,9 @@ dependencies = [ [[package]] name = "zebra-chain" -version = "6.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fcb0012bac23be72f1827ae14bccb2028bc7c9e2020e887a5f92232a42973d0" +checksum = "0eebcd0ad0160d7bbc7f8ed26e6d00e257adf17c6d136628ea8ae979c027eced" dependencies = [ "bech32", "bitflags", @@ -5283,9 +5283,9 @@ dependencies = [ [[package]] name = "zebra-consensus" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26a2cded2bfdd3019e7f20ab705061c7013128db3dab0956587471ed95a61c11" +checksum = "c3f9fb46b7fb3d7065fdf6d36f11cd48aa0fd7c0efc5294311dc756d06275348" dependencies = [ "bellman", "blake2b_simd", @@ -5376,9 +5376,9 @@ dependencies = [ [[package]] name = "zebra-rpc" -version = "6.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba8b0d44ea2372962f61552dce40b8261ad6c48dfecc50bea572f930b28a3b28" +checksum = "5465db3b35a3c894567f32036c84d6ff1aacdfa300f87ddfa237d29ac9f120df" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a779afe..b093f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ zcash_local_net = { path = "zcash_local_net" } zingo_common_components = "0.3.0" # zebra -zebra-chain = "6.0.0" +zebra-chain = "6.0.1" zebra-node-services = "4.0.0" -zebra-rpc = "6.0.0" +zebra-rpc = "6.0.1" # other getset = "0.1.3"