Skip to content

Commit

Permalink
build(deps): update fluent-uri requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [fluent-uri](https://github.com/yescallop/fluent-uri-rs) to permit the latest version.
- [Release notes](https://github.com/yescallop/fluent-uri-rs/releases)
- [Commits](yescallop/fluent-uri-rs@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: fluent-uri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 98a9724 commit 63c37aa
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"

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

0 comments on commit 63c37aa

Please sign in to comment.