Skip to content

Commit

Permalink
Bump missed ssi-jwk dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Sep 20, 2024
1 parent 13c5def commit d031802
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ssi-rdf = { path = "./crates/rdf", version = "0.1", default-features = false }
ssi-contexts = { path = "./crates/contexts", version = "0.1.6", default-features = false }
ssi-json-ld = { path = "./crates/json-ld", version = "0.3", default-features = false }
ssi-security = { path = "./crates/security", version = "0.1", default-features = false }
ssi-caips = { path = "./crates/caips", version = "0.2", default-features = false }
ssi-caips = { path = "./crates/caips", version = "0.2.1", default-features = false }
ssi-ucan = { path = "./crates/ucan", version = "0.2.1", default-features = false }
ssi-zcap-ld = { path = "./crates/zcap-ld", version = "0.2.1", default-features = false }
ssi-ssh = { path = "./crates/ssh", version = "0.2.1", default-features = false }
Expand All @@ -58,13 +58,13 @@ ssi-claims = { path = "./crates/claims", version = "0.1.1", default-features = f

# DID methods
ssi-dids-core = { path = "./crates/dids/core", version = "0.1.1", default-features = false }
did-ethr = { path = "./crates/dids/methods/ethr", version = "0.3", default-features = false }
did-ethr = { path = "./crates/dids/methods/ethr", version = "0.3.1", default-features = false }
did-ion = { path = "./crates/dids/methods/ion", version = "0.3.1", default-features = false }
did-jwk = { path = "./crates/dids/methods/jwk", version = "0.2.1", default-features = false }
did-method-key = { path = "./crates/dids/methods/key", version = "0.3.1", default-features = false }
did-pkh = { path = "./crates/dids/methods/pkh", version = "0.3.1", default-features = false }
did-tz = { path = "./crates/dids/methods/tz", version = "0.3.1", default-features = false }
did-web = { path = "./crates/dids/methods/web", version = "0.3", default-features = false }
did-web = { path = "./crates/dids/methods/web", version = "0.3.1", default-features = false }
ssi-dids = { path = "./crates/dids", version = "0.2.1", default-features = false }

# crypto
Expand Down
2 changes: 1 addition & 1 deletion crates/caips/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssi-caips"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Spruce Systems, Inc."]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/dids/methods/ethr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "did-ethr"
version = "0.3.0"
version = "0.3.1"
authors = ["Spruce Systems, Inc."]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -29,4 +29,4 @@ ssi-json-ld.workspace = true
xsd-types.workspace = true
linked-data.workspace = true
serde = { workspace = true, features = ["derive"] }
json-syntax.workspace = true
json-syntax.workspace = true
4 changes: 2 additions & 2 deletions crates/dids/methods/web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "did-web"
version = "0.3.0"
version = "0.3.1"
authors = ["Spruce Systems, Inc."]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -35,4 +35,4 @@ static-iref.workspace = true
xsd-types.workspace = true
tokio = { version = "1.0", features = ["macros"] }
futures = "0.3"
hyper = { version = "0.14", features = ["server", "client", "http1", "stream"] }
hyper = { version = "0.14", features = ["server", "client", "http1", "stream"] }

0 comments on commit d031802

Please sign in to comment.