From c4908bc88f423d7de4d2efe76151b87ed7dff990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 07:02:37 +0000 Subject: [PATCH] chore(deps): Bump kstring from 1.0.5 to 1.0.6 Bumps [kstring](https://github.com/cobalt-org/kstring) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/cobalt-org/kstring/releases) - [Changelog](https://github.com/cobalt-org/kstring/blob/master/CHANGELOG.md) - [Commits](https://github.com/cobalt-org/kstring/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: kstring 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 ab6af1c..5cbf5e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "kstring" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e8d7e992938cc9078c8db5fd5bdc400e7f9da6efa384c280902a8922b676221" +checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526" dependencies = [ "serde", ]