From 34ada550152f2e100be6444473a0fe0e6b6c96f5 Mon Sep 17 00:00:00 2001 From: George Mulhearn Date: Fri, 27 Sep 2024 17:35:23 +1000 Subject: [PATCH] remove constraint Signed-off-by: George Mulhearn --- libindy_vdr/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libindy_vdr/Cargo.toml b/libindy_vdr/Cargo.toml index 5d6cd9e3..d94a0b3b 100644 --- a/libindy_vdr/Cargo.toml +++ b/libindy_vdr/Cargo.toml @@ -57,14 +57,13 @@ serde_json = "1.0" sha2 = "0.10" sha3 = "0.10" thiserror = "1.0" -time = { version = "=0.3.36", features = ["parsing"] } +time = { version = "0.3.36", features = ["parsing"] } url = "2.2.2" zmq = "0.9" sled = "0.34.7" [dev-dependencies] rstest = "0.18" -time = "0.3" indy-data-types = { version = "0.7", default-features = false, features = [ "rich_schema", ] }