Skip to content

Commit

Permalink
build(deps): update cloudevents-sdk requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
  • Loading branch information
davidB committed Jan 9, 2025
1 parent abed344 commit b8c5865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdevents-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "A Rust SDK for CDEvents"
readme = "README.md"

[dependencies]
cloudevents-sdk = { version = "0.7", optional = true, default-features = false }
cloudevents-sdk = { version = "0.8", optional = true, default-features = false }
fluent-uri = "0.3"
proptest = { version = "1.4", optional = true }
proptest-derive = { version = "0.5", optional = true }
Expand Down

0 comments on commit b8c5865

Please sign in to comment.