Skip to content

Commit

Permalink
chore(deps): bump gasket from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [gasket](https://github.com/construkts/gasket-rs) from 0.5.0 to 0.6.0.
- [Commits](construkts/gasket-rs@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: gasket
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent ae1b0f7 commit 9fbd8c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pallas = { git = "https://github.com/txpipe/pallas.git", features = ["unstable"]
# pallas = { version = "^0.23", features = ["unstable"] }
# pallas = { path = "../pallas/pallas", features = ["unstable"] }

gasket = { version = "^0.5", features = ["derive"] }
gasket = { version = "^0.6", features = ["derive"] }
# gasket = { path = "../../construkts/gasket-rs/gasket", features = ["derive"] }

utxorpc-spec = { version = "0.3.0" }
Expand Down

0 comments on commit 9fbd8c6

Please sign in to comment.