From 00f52f636311356418490688f6dedeab0d071138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:26:05 +0000 Subject: [PATCH] chore(deps): update x509-certificate requirement from 0.23 to 0.24 Updates the requirements on [x509-certificate](https://github.com/indygreg/cryptography-rs) to permit the latest version. - [Changelog](https://github.com/indygreg/cryptography-rs/blob/main/release.toml) - [Commits](https://github.com/indygreg/cryptography-rs/compare/cryptographic-message-syntax/0.23.0...x509-certificate/0.24.0) --- updated-dependencies: - dependency-name: x509-certificate 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 c406316..7ac0f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ base64 = { version = "0.22", optional = true } ring = { version = "0.17", optional = true } aws-lc-rs = { version = "1.7", optional = true } stringprep = { version = "0.1.2", optional = true } -x509-certificate = { version = "0.23", optional = true } +x509-certificate = { version = "0.24", optional = true } ## types postgres-types = { version = "0.2", features = [ "with-chrono-0_4",