From fd05c29ffbcc4d0b9995b7ee8793cd54d2be12c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 08:30:33 +0000 Subject: [PATCH] Update konst requirement from 0.2.13 to 0.3.4 Updates the requirements on [konst](https://github.com/rodrimati1992/konst) to permit the latest version. - [Release notes](https://github.com/rodrimati1992/konst/releases) - [Changelog](https://github.com/rodrimati1992/konst/blob/main/Changelog.md) - [Commits](https://github.com/rodrimati1992/konst/commits) --- updated-dependencies: - dependency-name: konst dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rasn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rasn/Cargo.toml b/crates/rasn/Cargo.toml index ffd3d03..49f8a37 100644 --- a/crates/rasn/Cargo.toml +++ b/crates/rasn/Cargo.toml @@ -30,4 +30,4 @@ bytes = { version = "1.1.0", default-features = false } bitvec = { version = "1", default-features = false, features = ["alloc"] } rasn-derive = { version = "0.6.0", path = "macros", optional = true } chrono = { version = "0.4.19", default-features = false, features = ["alloc"] } -konst = { version = "0.2.13", default-features = false } +konst = { version = "0.3.4", default-features = false }