diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 06:43:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 06:43:52 +0000 |
| commit | b57788b3d50e44faa90787d215f42a6d115647b9 (patch) | |
| tree | 77a1bfa447693df7efb70f2a87b1dc3e4fbeecb9 | |
| parent | 39966b2a22d3fcddb5c464baff19b11daf67ebdc (diff) | |
| download | cryptography-dependabot/cargo/src/rust/asn1-0.3.3.tar.gz | |
Bump asn1 from 0.3.1 to 0.3.3 in /src/rustdependabot/cargo/src/rust/asn1-0.3.3
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.3.1 to 0.3.3.
- [Release notes](https://github.com/alex/rust-asn1/releases)
- [Commits](https://github.com/alex/rust-asn1/compare/0.3.1...0.3.3)
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | src/rust/Cargo.lock | 4 | ||||
| -rw-r--r-- | src/rust/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index adb82e4e4..af5e87fe0 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "asn1" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "698c3b9621a1a2f9c98fceabba22e495a5f2604e773ec5fbd8a42cd797aa6d24" +checksum = "8c84b3b0c3c7051ba03423057b884aee14dc2c5b7741d58e6ad31d0908f0887a" dependencies = [ "chrono", ] diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 6d2a1e199..961356f05 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] pyo3 = { version = "0.13.1", features = ["extension-module"] } -asn1 = { version = "0.3.1", default-features = false } +asn1 = { version = "0.3.3", default-features = false } [lib] name = "cryptography_rust" |
