From 06960b41e5bcaf00eb058a5d807151b56311422a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 06:53:46 +0000 Subject: [PATCH] build(deps): bump cpc from 1.9.2 to 1.9.3 Bumps [cpc](https://github.com/probablykasper/cpc) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/probablykasper/cpc/releases) - [Changelog](https://github.com/probablykasper/cpc/blob/master/CHANGELOG.md) - [Commits](https://github.com/probablykasper/cpc/compare/v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: cpc dependency-type: direct:production 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 a70a4a209..3142acf3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,9 +1157,9 @@ dependencies = [ [[package]] name = "cpc" -version = "1.9.2" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdeddd0824ad146d46ce854f63fe65d894d72549185344a3fa3652ff260567" +checksum = "623b2754bc61b8c833868ff971286e90f83576df3fc64c52cd3c45805d86a18b" dependencies = [ "decimal", "unicode-segmentation",