mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump asn1 from 0.5.1 to 0.5.2 in /src/rust (#6121)
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/alex/rust-asn1/releases) - [Commits](https://github.com/alex/rust-asn1/compare/0.5.1...0.5.2) --- 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
a6499679eb
commit
5fa3887f00
2 changed files with 5 additions and 5 deletions
8
src/rust/Cargo.lock
generated
8
src/rust/Cargo.lock
generated
|
|
@ -10,9 +10,9 @@ checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|||
|
||||
[[package]]
|
||||
name = "asn1"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f4e2ec2f073674e49321449dbfd51accb77effab6ade9f311f0f631903d20c39"
|
||||
checksum = "f8ed4a28082a1239ef1f2de61139d9421958e92e044190f052021c4b952ee75a"
|
||||
dependencies = [
|
||||
"asn1_derive",
|
||||
"chrono",
|
||||
|
|
@ -20,9 +20,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "asn1_derive"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "18175ce37dddb6ef19f30996c31f63b38571fea8351f321088181cd089efd203"
|
||||
checksum = "40b1bb20092bbe014fe3b06d23d86c4d42a422cb42632101231b19092b402536"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ publish = false
|
|||
[dependencies]
|
||||
lazy_static = "1"
|
||||
pyo3 = { version = "0.13.1" }
|
||||
asn1 = { version = "0.5.1", default-features = false, features = ["derive"] }
|
||||
asn1 = { version = "0.5.2", default-features = false, features = ["derive"] }
|
||||
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
|
||||
ouroboros = "0.9"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue