From 8437e280d017d05a3cc44521cf51935df5b0b6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:59:37 +0000 Subject: [PATCH] Bump cargo-tarpaulin from 0.31.0 to 0.31.1 Bumps [cargo-tarpaulin](https://github.com/xd009642/tarpaulin) from 0.31.0 to 0.31.1. - [Release notes](https://github.com/xd009642/tarpaulin/releases) - [Changelog](https://github.com/xd009642/tarpaulin/blob/develop/CHANGELOG.md) - [Commits](https://github.com/xd009642/tarpaulin/compare/0.31.0...0.31.1) --- updated-dependencies: - dependency-name: cargo-tarpaulin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e41210b..fa35dd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "cargo-tarpaulin" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95962135e1ed207487791e7b18f1ccc82f82853740ee5abccbd5f0cff0e72f3f" +checksum = "6737eb52c77aecb06e74c3ae94c0bec7cd0245698ad18e9c2910aea25e19e6e2" dependencies = [ "cargo_metadata", "cfg-if", @@ -891,9 +891,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "llvm_profparser" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd541091965933763b1b06057086c5cbeff209c99e1af81154564570929a86b8" +checksum = "98658087d4c3f1e03b6fd3474251bbb9353b2470cc0f03d81a46fd39077d0060" dependencies = [ "anyhow", "flate2",