Skip to content

Commit

Permalink
Bump asn1 from 0.15.3 to 0.15.4 in /src/rust (#9080)
Browse files Browse the repository at this point in the history
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.15.3 to 0.15.4.
- [Commits](alex/rust-asn1@0.15.3...0.15.4)

---
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>
  • Loading branch information
dependabot[bot] authored Jun 15, 2023
1 parent 0f51559 commit 0fc7e79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.56.0"
[dependencies]
once_cell = "1"
pyo3 = { version = "0.19", features = ["abi3-py37"] }
asn1 = { version = "0.15.3", default-features = false }
asn1 = { version = "0.15.4", default-features = false }
cryptography-cffi = { path = "cryptography-cffi" }
cryptography-x509 = { path = "cryptography-x509" }
cryptography-openssl = { path = "cryptography-openssl" }
Expand Down
2 changes: 1 addition & 1 deletion src/rust/cryptography-x509/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
rust-version = "1.56.0"

[dependencies]
asn1 = { version = "0.15.3", default-features = false }
asn1 = { version = "0.15.4", default-features = false }

0 comments on commit 0fc7e79

Please sign in to comment.