Skip to content

Commit

Permalink
Bump asn1 from 0.15.3 to 0.15.4 in /src/rust
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]>
  • Loading branch information
dependabot[bot] authored Jun 15, 2023
1 parent 857181a commit 60f46c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 60f46c7

Please sign in to comment.