From 9d7827163dfdcb245680f5d3da8bd9492e0eca40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:02:13 +0000 Subject: [PATCH] chore(deps): bump compiletest_rs from 0.9.0 to 0.10.2 Bumps [compiletest_rs](https://github.com/laumann/compiletest-rs) from 0.9.0 to 0.10.2. - [Release notes](https://github.com/laumann/compiletest-rs/releases) - [Commits](https://github.com/laumann/compiletest-rs/compare/v0.9.0...v0.10.2) --- updated-dependencies: - dependency-name: compiletest_rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- commit_verify/derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bb2f130..0911aeb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,9 +250,9 @@ dependencies = [ [[package]] name = "compiletest_rs" -version = "0.9.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70489bbb718aea4f92e5f48f2e3b5be670c2051de30e57cb6e5377b4aa08b372" +checksum = "7225fee1bcf9247bb3a1b1a2d7ecfe2f7a990e549a09d766a257a4ae30dac0d6" dependencies = [ "diff", "filetime", diff --git a/commit_verify/derive/Cargo.toml b/commit_verify/derive/Cargo.toml index af53fb4d..41b12d27 100644 --- a/commit_verify/derive/Cargo.toml +++ b/commit_verify/derive/Cargo.toml @@ -24,5 +24,5 @@ amplify_syn = "2.0.0" [dev-dependencies] commit_verify = { path = ".." } -compiletest_rs = "0.9.0" +compiletest_rs = "0.10.2" strict_encoding = { workspace = true }