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"