Skip to content

Commit

Permalink
chore(deps): update ssi-jwk requirement in /crates/dwn-rs-core
Browse files Browse the repository at this point in the history
Updates the requirements on [ssi-jwk](https://github.com/spruceid/ssi) to permit the latest version.
- [Changelog](https://github.com/spruceid/ssi/blob/main/CHANGELOG.md)
- [Commits](spruceid/ssi@ssi-jwk/v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: ssi-jwk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and enmand committed Sep 29, 2024
1 parent 91fea4f commit b94a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dwn-rs-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tokio = { version = "1.39.2", features = ["io-util", "rt", "macros"] }
derive_more = { version = "1.0", features = ["display", "from", "try_into"] }
ssi-dids-core = "0.1.0"
base64 = "0.22.1"
ssi-jwk = "0.2.1"
ssi-jwk = "0.3.0"
ssi-jws = "0.3.0"
ulid = { version = "1.1.2", features = ["serde"] }
url = { version = "2.5.0", features = ["serde"] }
Expand Down

0 comments on commit b94a099

Please sign in to comment.