From f5ff2207c6fa5840033d391337e84f59399aef92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 07:14:22 +0000 Subject: [PATCH] chore(deps): update kstring requirement from 1 to 2 Updates the requirements on [kstring](https://github.com/cobalt-org/kstring) to permit the latest version. - [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.1...v2.0.0) --- updated-dependencies: - dependency-name: kstring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7175286d..89e0ff61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ combine = "4.5.2" vec1 = "1" itertools = "0.10" serde = { version = "1", features = ["derive"], optional = true } -kstring = { version = "1", features = ["max_inline"] } +kstring = { version = "2", features = ["max_inline"] } [dev-dependencies] serde_json = "1.0.44"