From 9c33e4ec26c4221bafbf17dd4f8c08849a9510b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:18:38 +0000 Subject: [PATCH] build(deps): Update base16ct requirement from 0.1.1 to 0.2.0 Updates the requirements on [base16ct](https://github.com/RustCrypto/formats) to permit the latest version. - [Release notes](https://github.com/RustCrypto/formats/releases) - [Commits](https://github.com/RustCrypto/formats/compare/tls_codec/v0.2.0-pre.1...base16ct/v0.2.0) --- updated-dependencies: - dependency-name: base16ct 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 e22ded4..7ecbbaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] -base16ct = "0.1.1" +base16ct = "0.2.0" hex-literal = "0.3.4" [dependencies]