Skip to content

Commit

Permalink
Update sealed requirement from 0.5 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [sealed](https://github.com/jmg-duarte/sealed-rs) to permit the latest version.
- [Commits](jmg-duarte/sealed-rs@0.6.0-rc1...0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 3bde22d commit 9e5f4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ include = ["/src/", "/CHANGELOG.md", "/LICENSE.md", "/README.md"]

[dependencies]
derive_more = { version = "1.0", features = ["as_ref", "display"] }
sealed = "0.5"
sealed = "0.6"

0 comments on commit 9e5f4c7

Please sign in to comment.