From 916abee0907b9a904c3aec656f91a763fda33b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:23:53 +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 `cb5ad84` to `6245f3e` - [Commits](https://github.com/pyca/cryptography/compare/cb5ad845146af67ddeda1ce8fdf00e1755f86a82...6245f3eb0e7fa2878d269a1874f24d47881388c5) --- 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 bf19d78..c42265d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "cryptography-x509" version = "0.1.0" -source = "git+https://github.com/pyca/cryptography.git#cb5ad845146af67ddeda1ce8fdf00e1755f86a82" +source = "git+https://github.com/pyca/cryptography.git#6245f3eb0e7fa2878d269a1874f24d47881388c5" dependencies = [ "asn1", ]