From 9fbd8c6b12e81fec2a2c377c6118ef6d994eb985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 03:41:07 +0000 Subject: [PATCH] chore(deps): bump gasket from 0.5.0 to 0.6.0 Bumps [gasket](https://github.com/construkts/gasket-rs) from 0.5.0 to 0.6.0. - [Commits](https://github.com/construkts/gasket-rs/compare/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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6432ebd6..ea6f4ac8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,9 +1063,9 @@ dependencies = [ [[package]] name = "gasket" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7babee760992462c2a8376424a7ddd8c13c4b38b31790b5077059c51e596aefe" +checksum = "7541dcf8d4eeaef26146a14eaf2d392c242d3d02c9c3678d4a093fc3bbad34d8" dependencies = [ "async-trait", "crossbeam", @@ -1078,9 +1078,9 @@ dependencies = [ [[package]] name = "gasket-derive" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d114a9d0572b1b505ac26bdcd669218b2ab5861d1b36ff72da4011dcc8725169" +checksum = "19c5a116a2bb67b22a0e5cb7f0fb58220c2729715b5c8a6267df320ae3393138" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 998eb2cc..4e7b052b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }