Skip to content

Commit

Permalink
build(deps): update utxorpc-spec requirement from 0.3.0 to 0.4.4 (#425)
Browse files Browse the repository at this point in the history
Updates the requirements on [utxorpc-spec](https://github.com/utxorpc/spec) to permit the latest version.
- [Commits](utxorpc/spec@v0.3.0...v0.4.4)

---
updated-dependencies:
- dependency-name: utxorpc-spec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 00ece5d commit 97d3a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallas-utxorpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"]

[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" }

0 comments on commit 97d3a24

Please sign in to comment.