Skip to content

Commit

Permalink
Merge pull request #1687 from TeamHarTex/renovate/unic-langid-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
HTGAzureX1212 authored Dec 4, 2023
2 parents dd1762a + ba5b58c commit d8b517e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions localization/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion localization/hartex-localization-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ miette = "5.10.0"
proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = "2.0.39"
unic-langid = { version = "0.9.1", features = ["macros"] }
unic-langid = { version = "0.9.2", features = ["macros"] }

[lib]
name = "hartex_localization_bindings"
Expand Down
2 changes: 1 addition & 1 deletion localization/hartex-localization-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ fluent-syntax = "0.11.0"
intl-memoizer = "0.5.1"
lazy_static = "1.4.0"
miette = "5.10.0"
unic-langid = { version = "0.9.1", features = ["macros"] }
unic-langid = { version = "0.9.2", features = ["macros"] }

[features]
2 changes: 1 addition & 1 deletion localization/hartex-localization-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fluent-bundle = "0.15.2"
fluent-syntax = "0.11.0"
intl-memoizer = "0.5.1"
miette = "5.10.0"
unic-langid = { version = "0.9.1", features = ["macros"] }
unic-langid = { version = "0.9.2", features = ["macros"] }
walkdir = "2.4.0"

[features]
4 changes: 2 additions & 2 deletions rust-utilities/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-utilities/hartex-discord-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ hartex_localization_core = { path = "../../localization/hartex-localization-core

miette = "5.10.0"
once_cell = "1.18.0"
unic-langid = "0.9.1"
unic-langid = "0.9.2"

[features]

0 comments on commit d8b517e

Please sign in to comment.