From d64cb25aec7494e9e8ab1d96a674ded79b9db90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 00:43:34 +0000 Subject: [PATCH] chore(deps): bump ittapi-sys from 0.3.3 to 0.3.4 Bumps [ittapi-sys](https://github.com/intel/ittapi) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/intel/ittapi/releases) - [Commits](https://github.com/intel/ittapi/commits) --- updated-dependencies: - dependency-name: ittapi-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2f19cb50..0ee3a1229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1861,9 +1861,9 @@ dependencies = [ [[package]] name = "ittapi-sys" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9b32a4d23f72548178dde54f3c12c6b6a08598e25575c0d0fa5bd861e0dc1a5" +checksum = "f2f8763c96e54e6d6a0dccc2990d8b5e33e3313aaeae6185921a3f4c1614a77c" dependencies = [ "cc", ]