diff --git a/identity_core/Cargo.toml b/identity_core/Cargo.toml index 27b7fe3880..f8aa615b28 100644 --- a/identity_core/Cargo.toml +++ b/identity_core/Cargo.toml @@ -17,12 +17,7 @@ serde = { workspace = true, features = ["std"] } serde_json = { workspace = true, features = ["std"] } strum.workspace = true thiserror.workspace = true -time = { version = "0.3.23", default-features = false, features = [ - "std", - "serde", - "parsing", - "formatting", -] } +time = { version = "0.3.23", default-features = false, features = ["std", "serde", "parsing", "formatting"] } url = { version = "2.4", default-features = false, features = ["serde"] } zeroize = { version = "1.6", default-features = false }