From 77a9c2b48fc71bf7d54adff8954b11dc47e6b182 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Thu, 24 Jun 2021 19:34:14 -0700 Subject: [PATCH] Bump rand version to 0.8.4, and crate version to 0.5.4. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e24371..4cb8c4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.5.3" +version = "0.5.4" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"] @@ -17,4 +17,4 @@ thiserror = { default-features = false, version = "1" } [dev-dependencies] quickcheck = "1.0.3" -rand = "0.8.3" +rand = "0.8.4"