From b40a5dcd970c8b15d20998bde7bf8fcf2be8e502 Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:55:06 +0530 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c71a25b..6ed49ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -[package] +e[package] name = "simple_asn1" version = "0.6.3" authors = ["Adam Wick "] @@ -13,7 +13,7 @@ edition = "2018" num-bigint = { default-features = false, version = "0.4" } num-traits = { default-features = false, version = "0.2" } thiserror = { default-features = false, version = "2" } -time = { default-features = false, version = "0.3", features = ["formatting", "macros", "parsing"] } +time = { default-features = false, version = "0.3.47", features = ["formatting", "macros", "parsing"] } [dev-dependencies] quickcheck = "1.0.3"