From 5e5b8c240ec25212727cefc9d4d491b0758fff83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 03:05:46 +0000 Subject: [PATCH] Bump cryptography-x509 in /rust in the actions group Bumps the actions group in /rust with 1 update: [cryptography-x509](https://github.com/pyca/cryptography). Updates `cryptography-x509` from `cb5ad84` to `b444ca0` - [Commits](https://github.com/pyca/cryptography/compare/cb5ad845146af67ddeda1ce8fdf00e1755f86a82...b444ca02d77f864d8d0c67bbe12e05f162c27c51) --- 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 66fe332..bf3be90 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#cb5ad845146af67ddeda1ce8fdf00e1755f86a82" +source = "git+https://github.com/pyca/cryptography.git#b444ca02d77f864d8d0c67bbe12e05f162c27c51" dependencies = [ "asn1", ]