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", ] }