From cf6b55e7fb658698507111062f392f9149f30ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:23:33 +0100 Subject: [PATCH] Bump pasetors from 0.6.7 to 0.6.8 (#240) Bumps [pasetors](https://github.com/brycx/pasetors) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/brycx/pasetors/releases) - [Changelog](https://github.com/brycx/pasetors/blob/master/CHANGELOG.md) - [Commits](https://github.com/brycx/pasetors/compare/0.6.7...0.6.8) --- updated-dependencies: - dependency-name: pasetors dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e36e989..fdc4898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2080,9 +2080,9 @@ dependencies = [ [[package]] name = "pasetors" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba765699a309908d55950919a3445e9491453e89b2587b1b2abe4143a48894c0" +checksum = "6b36d47c66f2230dd1b7143d9afb2b4891879020210eddf2ccb624e529b96dba" dependencies = [ "ct-codecs", "ed25519-compact",