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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 13:42:08 -03:00 committed by GitHub
parent 00ece5d300
commit 97d3a2467c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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