Skip to content

Commit

Permalink
Upgrade sealed crate from 0.5 to 0.6 version (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 815eee2 commit 6615e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ full = ["syn/full"]
[dependencies]
proc-macro2 = { version = "1.0.4", default-features = false }
quote = { version = "1.0.9", default-features = false }
sealed = { version = "0.5", default-features = false }
sealed = { version = "0.6", default-features = false }
syn = { version = "2.0", features = ["clone-impls", "derive", "extra-traits", "parsing", "printing"], default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 6615e84

Please sign in to comment.