From c1b9606a5b1e68a30f035294dba03c5e3721ab93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 03:59:55 +0000 Subject: [PATCH] build(deps): update cryptoxide requirement from 0.3.6 to 0.4.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/compare/v0.3.6...v0.4.4) --- updated-dependencies: - dependency-name: cryptoxide dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pallas-alonzo/Cargo.toml | 2 +- pallas-chainsync/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index 3ca36fb3..dd166350 100644 --- a/pallas-alonzo/Cargo.toml +++ b/pallas-alonzo/Cargo.toml @@ -20,5 +20,5 @@ minicbor = { version = "0.12", features = ["std"] } minicbor-derive = "0.7.2" hex = "0.4.3" log = "0.4.14" -cryptoxide = { version = "0.3.2", optional = true } +cryptoxide = { version = "0.4.4", optional = true } diff --git a/pallas-chainsync/Cargo.toml b/pallas-chainsync/Cargo.toml index ad195992..6059e708 100644 --- a/pallas-chainsync/Cargo.toml +++ b/pallas-chainsync/Cargo.toml @@ -21,7 +21,7 @@ hex = "0.4.3" [dev-dependencies] net2 = "0.2.37" -cryptoxide = "0.3.6" +cryptoxide = "0.4.4" env_logger = "0.9.0" pallas-handshake = { version = "0.3.0", path = "../pallas-handshake/" } pallas-txsubmission = { version = "0.3.0", path = "../pallas-txsubmission/" }