From 19274cfe33035f86afe0ba4c804cd652aa91eab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:34:19 +0000 Subject: [PATCH] build(deps): update binary-layout requirement from 3.2.0 to 4.0.0 Updates the requirements on [binary-layout](https://github.com/smessmer/binary-layout) to permit the latest version. - [Release notes](https://github.com/smessmer/binary-layout/releases) - [Changelog](https://github.com/smessmer/binary-layout/blob/master/ChangeLog.txt) - [Commits](https://github.com/smessmer/binary-layout/compare/3.2.0...4.0.0) --- updated-dependencies: - dependency-name: binary-layout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pallas-hardano/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-hardano/Cargo.toml b/pallas-hardano/Cargo.toml index 9f3621065..0c890149e 100644 --- a/pallas-hardano/Cargo.toml +++ b/pallas-hardano/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Santiago Carmuega "] [dependencies] thiserror = "1.0.49" -binary-layout = "3.2.0" +binary-layout = "4.0.0" tap = "1.0.1" tracing = "0.1.40" pallas-traverse = { version = "=0.22.0", path = "../pallas-traverse" }