Bump asn1 from 0.3.6 to 0.3.7 in /src/rust (#5999)

Bumps [asn1](https://github.com/alex/rust-asn1) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/alex/rust-asn1/releases)
- [Commits](https://github.com/alex/rust-asn1/compare/0.3.6...0.3.7)

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:
dependabot[bot] 2021-04-23 08:20:21 -04:00 committed by GitHub
parent f08a7de651
commit 4dd2d988ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
src/rust/Cargo.lock generated
View file

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "asn1"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98ff0918103df4ea847a9a11dba5960b6e5743835560494c6ca3307c9063d931"
checksum = "6e73776acd44522682c2f4f7a2a316c038e318796bf5a720679a21b892e3c7a8"
dependencies = [
"chrono",
]

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
pyo3 = { version = "0.13.1" }
asn1 = { version = "0.3.6", default-features = false }
asn1 = { version = "0.3.7", default-features = false }
[features]
extension-module = ["pyo3/extension-module"]