From ebc891f112c74f9839edfa9ad0cc42e123fda13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:57:12 +0000 Subject: [PATCH] Bump cryptography-x509 in /rust in the actions group across 1 directory Bumps the actions group with 1 update in the /rust directory: [cryptography-x509](https://github.com/pyca/cryptography). Updates `cryptography-x509` from `34cfc94` to `8b3de53` - [Commits](https://github.com/pyca/cryptography/compare/34cfc948933ad016b7091515541eec41766c85d6...8b3de53ed80e1d426d512ede2d9fd756e6fb46ec) --- updated-dependencies: - dependency-name: cryptography-x509 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 7cbf23e..7309f87 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "cryptography-x509" version = "0.1.0" -source = "git+https://github.com/pyca/cryptography.git#34cfc948933ad016b7091515541eec41766c85d6" +source = "git+https://github.com/pyca/cryptography.git#8b3de53ed80e1d426d512ede2d9fd756e6fb46ec" dependencies = [ "asn1", ]