mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump rust-asn1 to 0.12.0 (#7563)
This commit is contained in:
parent
1742975367
commit
aca4b10dce
2 changed files with 5 additions and 5 deletions
8
src/rust/Cargo.lock
generated
8
src/rust/Cargo.lock
generated
|
|
@ -25,9 +25,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "asn1"
|
||||
version = "0.11.0"
|
||||
version = "0.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a0959d3f3489cab2f24b15d637451fe3e8a6b3bfe6bd5ebbc8080fa931a77d3"
|
||||
checksum = "15678b9a8723d0d2fa987d5376f57dad1dced57ae83a6b2d6d6713515f124b84"
|
||||
dependencies = [
|
||||
"asn1_derive",
|
||||
"chrono",
|
||||
|
|
@ -35,9 +35,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "asn1_derive"
|
||||
version = "0.11.0"
|
||||
version = "0.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "21dce9d247eb247873c5b74a34309bd2bb084bb642592a9b34dd9a1028dfe2a3"
|
||||
checksum = "b2be7bf6a006bbefe1d58d86819549762f297cddff56aae9dd9e04992a8e185a"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ publish = false
|
|||
[dependencies]
|
||||
once_cell = "1"
|
||||
pyo3 = { version = "0.15.2" }
|
||||
asn1 = { version = "0.11.0", default-features = false, features = ["derive"] }
|
||||
asn1 = { version = "0.12.0", default-features = false, features = ["derive"] }
|
||||
pem = "1.1"
|
||||
chrono = { version = "0.4.22", default-features = false, features = ["alloc", "clock"] }
|
||||
ouroboros = "0.15"
|
||||
|
|
|
|||
Loading…
Reference in a new issue