Skip to content

Commit 287be55

Browse files
build(deps): update cloudevents-sdk requirement from 0.8 to 0.9 (#61)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5395e46 commit 287be55

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
@@ -11,7 +11,7 @@ rust-version.workspace = true
1111
description = "A Rust SDK for CDEvents"
1212

1313
[dependencies]
14-
cloudevents-sdk = { version = "0.8", optional = true, default-features = false }
14+
cloudevents-sdk = { version = "0.9", optional = true, default-features = false }
1515
fluent-uri = "0.3"
1616
proptest = { version = "1.4", optional = true }
1717
proptest-derive = { version = "0.7", optional = true }

0 commit comments

Comments
 (0)