From cd922a6d5027a6785a128d42c6b1e9194f8a9915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 20:40:01 +0000 Subject: [PATCH] Update cryptoxide requirement from 0.1 to 0.4 Updates the requirements on [cryptoxide](https://github.com/typed-io/cryptoxide) to permit the latest version. - [Release notes](https://github.com/typed-io/cryptoxide/releases) - [Changelog](https://github.com/typed-io/cryptoxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/typed-io/cryptoxide/commits) --- updated-dependencies: - dependency-name: cryptoxide dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cardano/Cargo.toml | 2 +- storage-units/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cardano/Cargo.toml b/cardano/Cargo.toml index 0b0cd05e7..1b8db0b41 100644 --- a/cardano/Cargo.toml +++ b/cardano/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ "Cardano", "Wallet", "Crypto" ] [build-dependencies] [dependencies] -cryptoxide = "0.1" +cryptoxide = "0.4" cbor_event = "^2.1.1" chain-core = { path = "../chain-core" } diff --git a/storage-units/Cargo.toml b/storage-units/Cargo.toml index 63eb1238c..e402814fd 100644 --- a/storage-units/Cargo.toml +++ b/storage-units/Cargo.toml @@ -13,4 +13,4 @@ blob storage using immutable/append-only files [dependencies] rand = "0.6" -cryptoxide = "0.1" +cryptoxide = "0.4"