From 236fa7035d4c9e3fb7fb02f79cb71b6df6b15eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 02:29:00 +0000 Subject: [PATCH] Bump the actions group across 2 directories with 1 update Bumps the actions group with 1 update in the /rust directory: [asn1](https://github.com/alex/rust-asn1). Bumps the actions group with 1 update in the /rust/tsp-asn1 directory: [asn1](https://github.com/alex/rust-asn1). Updates `asn1` from 0.19.0 to 0.20.0 - [Commits](https://github.com/alex/rust-asn1/compare/0.19.0...0.20.0) Updates `asn1` from 0.19.0 to 0.20.0 - [Commits](https://github.com/alex/rust-asn1/compare/0.19.0...0.20.0) --- updated-dependencies: - dependency-name: asn1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: asn1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 29 +++++++++++++++++++++++++---- rust/Cargo.toml | 2 +- rust/tsp-asn1/Cargo.lock | 27 ++++++++++++++++++++++++--- rust/tsp-asn1/Cargo.toml | 2 +- 4 files changed, 51 insertions(+), 9 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b817979..bf5cc96 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -8,7 +8,17 @@ version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18d97d0d2e60ad0595a73b82264dcd46c2f96769b0f555ae71c14122f0679f65" dependencies = [ - "asn1_derive", + "asn1_derive 0.19.0", + "itoa", +] + +[[package]] +name = "asn1" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8b84b4ea1de2bf1dcd2a759737ddb328fb6695b2a95eb7e44fed67e3406f32" +dependencies = [ + "asn1_derive 0.20.0", "itoa", ] @@ -23,6 +33,17 @@ dependencies = [ "syn", ] +[[package]] +name = "asn1_derive" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a200809d0138620b3dba989f1d08d0620e76248bc1e62a2ec1b2df5eb1ee08ad" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "autocfg" version = "1.3.0" @@ -89,7 +110,7 @@ name = "cryptography-x509" version = "0.1.0" source = "git+https://github.com/pyca/cryptography.git?rev=4c72f368234e60a06e4a0beaf87be55940dd49c1#4c72f368234e60a06e4a0beaf87be55940dd49c1" dependencies = [ - "asn1", + "asn1 0.19.0", ] [[package]] @@ -367,7 +388,7 @@ dependencies = [ name = "rfc3161-client" version = "0.1.0" dependencies = [ - "asn1", + "asn1 0.20.0", "cryptography-x509", "hex", "openssl", @@ -422,7 +443,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" name = "tsp-asn1" version = "0.0.1" dependencies = [ - "asn1", + "asn1 0.19.0", "cryptography-x509", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ff92df8..72cd9f6 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["cdylib"] [dependencies] tsp-asn1 = { path = "tsp-asn1" } pyo3 = { version = "0.23.1", features = ["abi3"] } -asn1 = "0.19" +asn1 = "0.20" self_cell = "1" hex = "0.4" sha2 = "0.10.8" diff --git a/rust/tsp-asn1/Cargo.lock b/rust/tsp-asn1/Cargo.lock index 06ba16c..7793735 100644 --- a/rust/tsp-asn1/Cargo.lock +++ b/rust/tsp-asn1/Cargo.lock @@ -8,7 +8,17 @@ version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18d97d0d2e60ad0595a73b82264dcd46c2f96769b0f555ae71c14122f0679f65" dependencies = [ - "asn1_derive", + "asn1_derive 0.19.0", + "itoa", +] + +[[package]] +name = "asn1" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8b84b4ea1de2bf1dcd2a759737ddb328fb6695b2a95eb7e44fed67e3406f32" +dependencies = [ + "asn1_derive 0.20.0", "itoa", ] @@ -23,12 +33,23 @@ dependencies = [ "syn", ] +[[package]] +name = "asn1_derive" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a200809d0138620b3dba989f1d08d0620e76248bc1e62a2ec1b2df5eb1ee08ad" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "cryptography-x509" version = "0.1.0" source = "git+https://github.com/pyca/cryptography.git?rev=4c72f368234e60a06e4a0beaf87be55940dd49c1#4c72f368234e60a06e4a0beaf87be55940dd49c1" dependencies = [ - "asn1", + "asn1 0.19.0", ] [[package]] @@ -76,7 +97,7 @@ dependencies = [ name = "tsp-asn1" version = "0.0.1" dependencies = [ - "asn1", + "asn1 0.20.0", "cryptography-x509", "hex", ] diff --git a/rust/tsp-asn1/Cargo.toml b/rust/tsp-asn1/Cargo.toml index 5e735a8..7f2b835 100644 --- a/rust/tsp-asn1/Cargo.toml +++ b/rust/tsp-asn1/Cargo.toml @@ -11,7 +11,7 @@ publish = false name = "tsp_asn1" [dependencies] -asn1 = "0.19" +asn1 = "0.20" cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "4c72f368234e60a06e4a0beaf87be55940dd49c1" } [dev-dependencies]