summaryrefslogtreecommitdiffstats
path: root/vendor/const-oid/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/const-oid/Cargo.toml')
-rw-r--r--vendor/const-oid/Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/const-oid/Cargo.toml b/vendor/const-oid/Cargo.toml
index 0080b6fc7..8c4dbfb0b 100644
--- a/vendor/const-oid/Cargo.toml
+++ b/vendor/const-oid/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.57"
name = "const-oid"
-version = "0.9.1"
+version = "0.9.2"
authors = ["RustCrypto Developers"]
description = """
Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
@@ -45,6 +45,11 @@ rustdoc-args = [
"docsrs",
]
+[dependencies.arbitrary]
+version = "1.2"
+features = ["derive"]
+optional = true
+
[dev-dependencies.hex-literal]
version = "0.3"