Skip to content

Commit

Permalink
build(deps): update utxorpc-spec requirement from 0.6.0 to 0.7.0
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.6.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 1406d7a commit 37fe402
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 @@ -16,7 +16,7 @@ pallas-primitives = { version = "=0.28.0", path = "../pallas-primitives" }
pallas-codec = { version = "=0.28.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.28.0", path = "../pallas-crypto" }

utxorpc-spec = { version = "0.6.0" }
utxorpc-spec = { version = "0.7.0" }

[dev-dependencies]
hex = "0.4.3"
Expand Down

0 comments on commit 37fe402

Please sign in to comment.