From 5a08f379c6746dde1d568a55f6c67ba55c47c0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:15:00 +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 `e093bb2` - [Commits](https://github.com/pyca/cryptography/compare/cb5ad845146af67ddeda1ce8fdf00e1755f86a82...e093bb20d6184eb98cbdfbcc6d8ef837433b716b) --- 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..29bb732 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#e093bb20d6184eb98cbdfbcc6d8ef837433b716b" dependencies = [ "asn1", ]