diff --git a/Cargo.lock b/Cargo.lock index 1c446883f..238375e8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4993,9 +4993,9 @@ checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" [[package]] name = "uint" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f" +checksum = "1b1b413ebfe8c2c74a69ff124699dd156a7fa41cb1d09ba6df94aa2f2b0a4a3a" dependencies = [ "byteorder", "crunchy 0.2.2", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index dab310d3e..232bdf42d 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -43,7 +43,7 @@ sha2 = { version = "0.9.8", features=["compress"] } static_assertions = "1.1.0" subtle = "2.4" thiserror = "1" -uint = "0.9.1" +uint = "0.9.2" x25519-dalek = { version = "1.2.0", features = ["serde"] } # TODO: replace with upstream orchard (#3056)