Skip to content

Commit

Permalink
dprint fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Dec 12, 2023
1 parent 14349c5 commit aca2fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ identity_stronghold = { path = "../identity_stronghold", default-features = fals
iota-sdk = { version = "1.0", default-features = false, features = ["tls", "client", "stronghold"] }
primitive-types = "0.12.1"
rand = "0.8.5"
tokio = { version = "1.29", default-features = false, features = ["rt"] }
sd-jwt-payload = { version = "0.1.0", default-features = false, features = ["sha"] }
serde_json = { version = "1.0", default-features = false }
tokio = { version = "1.29", default-features = false, features = ["rt"] }

[lib]
path = "utils/utils.rs"
Expand Down
4 changes: 2 additions & 2 deletions identity_credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ itertools = { version = "0.11", default-features = false, features = ["use_std"]
once_cell = { version = "1.18", default-features = false, features = ["std"] }
reqwest = { version = "0.11", default-features = false, features = ["default-tls", "json", "stream"], optional = true }
roaring = { version = "0.10", default-features = false, optional = true }
sd-jwt-payload = { version = "0.1.0", default-features = false, features = ["sha"] }
serde.workspace = true
serde_json.workspace = true
serde_repr = { version = "0.1", default-features = false, optional = true }
strum.workspace = true
thiserror.workspace = true
url = { version = "2.5", default-features = false }
serde_json.workspace = true
sd-jwt-payload = { version = "0.1.0", default-features = false, features = ["sha"] }

[dev-dependencies]
identity_eddsa_verifier = { version = "=1.0.0", path = "../identity_eddsa_verifier", default-features = false, features = ["ed25519"] }
Expand Down

0 comments on commit aca2fff

Please sign in to comment.