From 90263ee497b8e21a5d3197550c55ee75fd9e9d31 Mon Sep 17 00:00:00 2001 From: Aaron Feickert <66188213+AaronFeickert@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:16:55 -0500 Subject: [PATCH] Update to 4.1.2 --- Cargo.lock | 4 ++-- base_layer/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de2930c180..72f6578176 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1348,9 +1348,9 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.1" +version = "4.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" +checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" dependencies = [ "cfg-if", "cpufeatures", diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index e686bd4698..e0eae92c60 100644 --- a/base_layer/core/Cargo.toml +++ b/base_layer/core/Cargo.toml @@ -94,7 +94,7 @@ tiny-keccak = { package = "tari-tiny-keccak", version = "2.0.2", features = [ criterion = { version = "0.4.0" } tari_p2p = { path = "../../base_layer/p2p", features = ["test-mocks"] } tari_test_utils = { path = "../../infrastructure/test_utils" } -curve25519-dalek = { version = "=4.1.1" } +curve25519-dalek = { version = "4" } # SQLite required for the integration tests libsqlite3-sys = { version = "0.25.1", features = ["bundled"] } config = { version = "0.14.0" }