From 97d3a2467cefc1510f5e81cacf280f384c8c677d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:42:08 -0300 Subject: [PATCH] build(deps): update utxorpc-spec requirement from 0.3.0 to 0.4.4 (#425) Updates the requirements on [utxorpc-spec](https://github.com/utxorpc/spec) to permit the latest version. - [Commits](https://github.com/utxorpc/spec/compare/v0.3.0...v0.4.4) --- updated-dependencies: - dependency-name: utxorpc-spec dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pallas-utxorpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-utxorpc/Cargo.toml b/pallas-utxorpc/Cargo.toml index 61b46a8..75ef00b 100644 --- a/pallas-utxorpc/Cargo.toml +++ b/pallas-utxorpc/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" authors = ["Santiago Carmuega "] [dependencies] -utxorpc-spec = { version = "0.3.0" } +utxorpc-spec = { version = "0.4.4" } pallas-traverse = { version = "=0.24.0", path = "../pallas-traverse" } pallas-primitives = { version = "=0.24.0", path = "../pallas-primitives" } pallas-codec = { version = "=0.24.0", path = "../pallas-codec" }