Skip to content

Commit

Permalink
chore(deps): update thiserror requirement in /crates/dwn-rs-core
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and enmand committed Dec 3, 2024
1 parent a4e5a9d commit de7e637
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 @@ -34,7 +34,7 @@ ssi-jwk = "0.3.0"
ssi-jws = "0.3.0"
ulid = { version = "1.1.2", features = ["serde"] }
url = { version = "2.5.0", features = ["serde"] }
thiserror = "1.0.63"
thiserror = "2.0.3"
serde_json = "1.0.113"
tracing = "0.1.40"
tracing-test = { version = "0.2.5", features = ["no-env-filter"] }
Expand Down

0 comments on commit de7e637

Please sign in to comment.