mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump asn1 from 0.15.2 to 0.15.3 in /src/rust (#9075)
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.15.2 to 0.15.3. - [Commits](https://github.com/alex/rust-asn1/compare/0.15.2...0.15.3) --- updated-dependencies: - dependency-name: asn1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fe6a1f2a3a
commit
07f97d9706
3 changed files with 4 additions and 4 deletions
4
src/rust/Cargo.lock
generated
4
src/rust/Cargo.lock
generated
|
|
@ -4,9 +4,9 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "asn1"
|
||||
version = "0.15.2"
|
||||
version = "0.15.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "28c19b9324de5b815b6487e0f8098312791b09de0dbf3d5c2db1fe2d95bab973"
|
||||
checksum = "634568f903dea9a0ba8225469fde6af27e0e34f2c4d66227b086a3375b69a87a"
|
||||
dependencies = [
|
||||
"asn1_derive",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ rust-version = "1.56.0"
|
|||
[dependencies]
|
||||
once_cell = "1"
|
||||
pyo3 = { version = "0.19", features = ["abi3-py37"] }
|
||||
asn1 = { version = "0.15.2", default-features = false }
|
||||
asn1 = { version = "0.15.3", default-features = false }
|
||||
cryptography-cffi = { path = "cryptography-cffi" }
|
||||
cryptography-x509 = { path = "cryptography-x509" }
|
||||
cryptography-openssl = { path = "cryptography-openssl" }
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ publish = false
|
|||
rust-version = "1.56.0"
|
||||
|
||||
[dependencies]
|
||||
asn1 = { version = "0.15.2", default-features = false }
|
||||
asn1 = { version = "0.15.3", default-features = false }
|
||||
|
|
|
|||
Loading…
Reference in a new issue