summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-23 19:17:32 +0000
committerGitHub <noreply@github.com>2023-04-23 19:17:32 +0000
commitca7bcf492c5d1b792e0fffe4ef07a3f0154318b6 (patch)
tree3234a2b2ce45b1fb9adc6fe4aad8ca709f604ec0 /src/rust
parent3b4a5e27916371e1708f7baedb4e19cf9bb2cc8d (diff)
downloadcryptography-ca7bcf492c5d1b792e0fffe4ef07a3f0154318b6.tar.gz
Bump asn1 from 0.14.0 to 0.15.0 in /src/rust (#8796)
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/alex/rust-asn1/releases) - [Commits](https://github.com/alex/rust-asn1/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: asn1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src/rust')
-rw-r--r--src/rust/Cargo.lock8
-rw-r--r--src/rust/Cargo.toml2
-rw-r--r--src/rust/cryptography-x509/Cargo.toml2
3 files changed, 6 insertions, 6 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 79d5fd721..eb9290607 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -16,18 +16,18 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "asn1"
-version = "0.14.0"
+version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48a34f02cde9e43d380b3c72f3deb14b9ef8bf262bd3c92426437b21e74a509a"
+checksum = "fa66f5a3e8407b8d3dd8fefc2a62a1aba9539a1d8f856024643c2ae0a8e541ed"
dependencies = [
"asn1_derive",
]
[[package]]
name = "asn1_derive"
-version = "0.14.0"
+version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee4d9abdcc064cc9568bff2599089bb497a7de2c4b59608de35e3380b496617a"
+checksum = "a6365c8b2b1a059ca234d1b69ba501cfa98f1cfd342b95c75611895f1cb0fb81"
dependencies = [
"proc-macro2",
"quote",
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index e97f800b7..b928e55d2 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -10,7 +10,7 @@ rust-version = "1.56.0"
[dependencies]
once_cell = "1"
pyo3 = { version = "0.18" }
-asn1 = { version = "0.14.0", default-features = false }
+asn1 = { version = "0.15.0", default-features = false }
cryptography-x509 = { path = "cryptography-x509" }
cryptography-openssl = { path = "cryptography-openssl" }
pem = "1.1"
diff --git a/src/rust/cryptography-x509/Cargo.toml b/src/rust/cryptography-x509/Cargo.toml
index b062ddbbf..398473471 100644
--- a/src/rust/cryptography-x509/Cargo.toml
+++ b/src/rust/cryptography-x509/Cargo.toml
@@ -8,4 +8,4 @@ publish = false
rust-version = "1.56.0"
[dependencies]
-asn1 = { version = "0.14.0", default-features = false }
+asn1 = { version = "0.15.0", default-features = false }