Skip to content

Commit 9ba7465

Browse files
Bump rust-i18n from 3.1.5 to 4.0.0
Bumps [rust-i18n](https://github.com/longbridge/rust-i18n) from 3.1.5 to 4.0.0. - [Release notes](https://github.com/longbridge/rust-i18n/releases) - [Commits](longbridge/rust-i18n@v3.1.5...v4.0.0) --- updated-dependencies: - dependency-name: rust-i18n dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ff4df6 commit 9ba7465

2 files changed

Lines changed: 15 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustapi-validate/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ async-trait = { workspace = true }
2929
regex = "1.10"
3030

3131
# Internationalization
32-
rust-i18n = "3.0"
32+
rust-i18n = "4.0"
3333

3434
# Re-export derive macro
3535
rustapi-macros = { workspace = true }
3636

3737
[dev-dependencies]
3838
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
3939
proptest = "1.4"
40-
rust-i18n = "3.0"
40+
rust-i18n = "4.0"
4141
rustapi-core = { workspace = true, default-features = false }

0 commit comments

Comments
 (0)