summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-19 08:10:15 +0000
committerGitHub <noreply@github.com>2021-04-19 08:10:15 +0000
commitb3277d133bbd7fb661ff3b1f48936e9ada599014 (patch)
tree71384f613b5b8efc53961f067f2137e098860420
parent89934a23950e79d3250668759d38bde60804e0ec (diff)
downloadcryptography-dependabot/cargo/src/rust/asn1-0.3.6.tar.gz
Bump asn1 from 0.3.5 to 0.3.6 in /src/rustdependabot/cargo/src/rust/asn1-0.3.6
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/alex/rust-asn1/releases) - [Commits](https://github.com/alex/rust-asn1/compare/0.3.5...0.3.6) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src/rust/Cargo.lock4
-rw-r--r--src/rust/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 0a3199705..229c9cdb0 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -4,9 +4,9 @@ version = 3
[[package]]
name = "asn1"
-version = "0.3.5"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fa8adeb6d7e2500bc2ee17c688f0e337ae6665a34d394adeaf9bf493f98acfd1"
+checksum = "98ff0918103df4ea847a9a11dba5960b6e5743835560494c6ca3307c9063d931"
dependencies = [
"chrono",
]
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index eff05b5f4..57e94ae1b 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.5", default-features = false }
+asn1 = { version = "0.3.6", default-features = false }
[lib]
name = "cryptography_rust"