Skip to content

Commit 00e7ecb

Browse files
Bump asn1 from 0.15.4 to 0.15.5 in /src/rust (#9386)
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.15.4 to 0.15.5. - [Commits](alex/rust-asn1@0.15.4...0.15.5) --- updated-dependencies: - dependency-name: asn1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6fa3fe commit 00e7ecb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/rust/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.63.0"
1010
[dependencies]
1111
once_cell = "1"
1212
pyo3 = { version = "0.19", features = ["abi3-py37"] }
13-
asn1 = { version = "0.15.4", default-features = false }
13+
asn1 = { version = "0.15.5", default-features = false }
1414
cryptography-cffi = { path = "cryptography-cffi" }
1515
cryptography-x509 = { path = "cryptography-x509" }
1616
cryptography-openssl = { path = "cryptography-openssl" }

src/rust/cryptography-x509-validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ publish = false
88
rust-version = "1.63.0"
99

1010
[dependencies]
11-
asn1 = { version = "0.15.0", default-features = false }
11+
asn1 = { version = "0.15.5", default-features = false }
1212
cryptography-x509 = { path = "../cryptography-x509" }

src/rust/cryptography-x509/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ publish = false
88
rust-version = "1.63.0"
99

1010
[dependencies]
11-
asn1 = { version = "0.15.4", default-features = false }
11+
asn1 = { version = "0.15.5", default-features = false }

0 commit comments

Comments
 (0)