Skip to content

Commit

Permalink
pin form_urlencoded (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth authored Mar 3, 2023
1 parent cbc2309 commit 02e1ca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion identity_did/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Agnostic implementation of the Decentralized Identifiers (DID) st

[dependencies]
did_url = { version = "0.1", default-features = false, features = ["std", "serde"] }
form_urlencoded = { version = "1.0.1", default-features = false }
form_urlencoded = { version = "=1.1.0" }
identity_core = { version = "=0.7.0-alpha.5", path = "../identity_core" }
serde.workspace = true
strum.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion identity_document/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Method-agnostic implementation of the Decentralized Identifiers (

[dependencies]
did_url = { version = "0.1", default-features = false, features = ["std", "serde"] }
form_urlencoded = { version = "1.0.1", default-features = false }
form_urlencoded = { version = "=1.1.0" }
identity_core = { version = "=0.7.0-alpha.5", path = "../identity_core" }
identity_did = { version = "=0.7.0-alpha.5", path = "../identity_did" }
identity_verification = { version = "=0.7.0-alpha.5", path = "../identity_verification", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion identity_iota_client_legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = "Tangle Client integration for the IOTA DID Method."
async-trait = { version = "0.1", default-features = false }
bee-rest-api = { version = "0.1.7", default-features = false }
brotli = { version = "3.3", default-features = false, features = ["std"] }
form_urlencoded = { version = "1.0" }
form_urlencoded = { version = "=1.1.0" }
futures = { version = "0.3" }
identity_core = { version = "0.7.0-alpha.1", path = "../identity_core", default-features = false }
identity_credential = { version = "0.7.0-alpha.1", path = "../identity_credential", default-features = false, features = ["validator"] }
Expand Down

0 comments on commit 02e1ca9

Please sign in to comment.