Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: asn1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 1, 2024
1 parent 817a1f4 commit ae1d300
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 @@ -18,7 +18,7 @@ rust-version.workspace = true
once_cell = "1"
cfg-if = "1"
pyo3 = { version = "0.22.2", features = ["abi3"] }
asn1 = { version = "0.16.2", default-features = false }
asn1 = { version = "0.17.0", default-features = false }
cryptography-cffi = { path = "cryptography-cffi" }
cryptography-keepalive = { path = "cryptography-keepalive" }
cryptography-key-parsing = { path = "cryptography-key-parsing" }
Expand Down
2 changes: 1 addition & 1 deletion src/rust/cryptography-key-parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish.workspace = true
rust-version.workspace = true

[dependencies]
asn1 = { version = "0.16.2", default-features = false }
asn1 = { version = "0.17.0", default-features = false }
cfg-if = "1"
openssl = "0.10.66"
openssl-sys = "0.9.103"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/cryptography-x509-verification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish.workspace = true
rust-version.workspace = true

[dependencies]
asn1 = { version = "0.16.2", default-features = false }
asn1 = { version = "0.17.0", default-features = false }
cryptography-x509 = { path = "../cryptography-x509" }
cryptography-key-parsing = { path = "../cryptography-key-parsing" }
once_cell = "1"
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.65.0"

[dependencies]
asn1 = { version = "0.16.2", default-features = false }
asn1 = { version = "0.17.0", default-features = false }

0 comments on commit ae1d300

Please sign in to comment.