From e2ebff17008fd2bdf89739d3cead825fc81d1119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:33:05 +0100 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates (#54) Signed-off-by: dependabot[bot] Signed-off-by: Alexis Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexis --- rust/Cargo.lock | 10 +++++----- rust/Cargo.toml | 4 ++-- rust/tsp-asn1/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 922b6eb..3f3b745 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4,18 +4,18 @@ version = 3 [[package]] name = "asn1" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147a10032de7d9e6f21c3f1cb1c9c0f94cf30ef67f38310588fe6cfa53e0d3f0" +checksum = "3522623dbb7db59b34439c022ab0445a0257a62ad20d499da3a3507394708559" dependencies = [ "asn1_derive", ] [[package]] name = "asn1_derive" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df30ecdcaf8338675a1413460a1b11df89789e1fcc6a10dc52f6e38b6982aa2" +checksum = "da79157fc864ed738b596d622929466c68ed48371f17a5f05e329880420a160d" dependencies = [ "proc-macro2", "quote", @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "cryptography-x509" version = "0.1.0" -source = "git+https://github.com/pyca/cryptography.git#2378e53f26102dffee85a89524ca83b37eb801c8" +source = "git+https://github.com/pyca/cryptography.git?rev=a63ca251a7aa8a5aac6153e0b69083cb05e1a6d0#a63ca251a7aa8a5aac6153e0b69083cb05e1a6d0" dependencies = [ "asn1", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8fec16b..6acdc4f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,12 +15,12 @@ crate-type = ["cdylib"] [dependencies] tsp-asn1 = { path = "tsp-asn1" } pyo3 = { version = "0.22.5", features = ["abi3"] } -asn1 = "0.17" +asn1 = "0.18" self_cell = "1" hex = "0.4" sha2 = "0.10.8" rand = "0.8.5" -cryptography-x509 = { git = "https://github.com/pyca/cryptography.git"} +cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "a63ca251a7aa8a5aac6153e0b69083cb05e1a6d0" } openssl = { version = "0.10.68", features = ["vendored"] } [features] diff --git a/rust/tsp-asn1/Cargo.toml b/rust/tsp-asn1/Cargo.toml index 45ae1a1..dea06e9 100644 --- a/rust/tsp-asn1/Cargo.toml +++ b/rust/tsp-asn1/Cargo.toml @@ -11,8 +11,8 @@ publish = false name = "tsp_asn1" [dependencies] -asn1 = "0.17" -cryptography-x509 = { git = "https://github.com/pyca/cryptography.git"} +asn1 = "0.18" +cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "a63ca251a7aa8a5aac6153e0b69083cb05e1a6d0" } [dev-dependencies] hex = "0.4" \ No newline at end of file