Skip to content

Commit

Permalink
build(deps): update fluent-langneg requirement from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [fluent-langneg](https://github.com/projectfluent/fluent-langneg-rs) to permit the latest version.
- [Release notes](https://github.com/projectfluent/fluent-langneg-rs/releases)
- [Changelog](https://github.com/projectfluent/fluent-langneg-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/projectfluent/fluent-langneg-rs/commits/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 18c267d commit a723352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ libcsrf = { package = "csrf", version = "0.4.1", optional = true }
httpdate = { version = "1.0.2", optional = true }
sse-codec = { version = "0.3.2", optional = true }
fluent = { version = "0.16.0", optional = true }
fluent-langneg = { version = "0.13.0", optional = true }
fluent-langneg = { version = "0.14.0", optional = true }
fluent-syntax = { version = "0.11.0", optional = true }
unic-langid = { version = "0.9.0", optional = true, features = ["macros"] }
intl-memoizer = { version = "0.5.1", optional = true }
Expand Down

0 comments on commit a723352

Please sign in to comment.