summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/Cargo.toml')
-rw-r--r--src/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"