Skip to content

Commit 5395e46

Browse files
build(deps): update proptest-derive requirement from 0.6 to 0.7 (#58)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c3aeb1 commit 5395e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdevents-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "A Rust SDK for CDEvents"
1414
cloudevents-sdk = { version = "0.8", optional = true, default-features = false }
1515
fluent-uri = "0.3"
1616
proptest = { version = "1.4", optional = true }
17-
proptest-derive = { version = "0.6", optional = true }
17+
proptest-derive = { version = "0.7", optional = true }
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
2020
thiserror = "2.0"

0 commit comments

Comments
 (0)