From d39152d8509df54a581b784a3fd508a670412021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:07:02 +0000 Subject: [PATCH] Bump cstr from 0.2.9 to 0.2.10 Bumps [cstr](https://github.com/upsuper/cstr) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/upsuper/cstr/releases) - [Commits](https://github.com/upsuper/cstr/commits) --- updated-dependencies: - dependency-name: cstr 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 0332264a..d9b1f87f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "cstr" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2846d3636dcaff720d311ea8983f5fa7a8288632b2f95145dd4b5819c397fd8" +checksum = "a60f0dd132e4b67f20fd764d4835d968f666ff1a2f59e432983d168b98424deb" dependencies = [ "proc-macro2", "quote",