Skip to content

Commit 3b248b0

Browse files
committed
deps: Move all commmon dependencies to workspace to normalize versions
1 parent 6cf47b6 commit 3b248b0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ fluent-langneg = "0.13"
3636
futures = "0.3"
3737
iai = "0.1"
3838
intl_pluralrules = "7.0"
39+
once_cell = "1.21"
3940
rustc-hash = "2"
4041
serde = "1.0"
4142
serde_json = "1.0"
@@ -47,6 +48,7 @@ fluent-bundle = { version = "0.15.3", path = "fluent-bundle" }
4748
fluent-fallback = { version = "0.7.1", path = "fluent-fallback" }
4849
fluent-pseudo = { version = "0.3.2", path = "fluent-pseudo" }
4950
fluent-syntax = { version = "0.11.1", path = "fluent-syntax" }
51+
intl-memoizer = { version = "0.5.2", path = "intl-memoizer" }
5052

5153
[workspace.metadata.typos.default]
5254
locale = "en-us"

fluent-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fluent-syntax.workspace = true
2929
intl_pluralrules.workspace = true
3030
rustc-hash.workspace = true
3131
unic-langid.workspace = true
32-
intl-memoizer = { version = "0.5.2", path = "../intl-memoizer" }
32+
intl-memoizer.workspace = true
3333
self_cell = "1.2"
3434
smallvec = "1.13"
3535

fluent-fallback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rustc-hash.workspace = true
2222
unic-langid.workspace = true
2323
async-trait = "0.1"
2424
chunky-vec = "0.1"
25-
once_cell = "1.21"
25+
once_cell.workspace = true
2626
pin-cell = "0.2"
2727

2828
[dev-dependencies]

fluent-pseudo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ include = [
2424
]
2525

2626
[dependencies]
27+
once_cell.workspace = true
2728
regex = "1.11"
28-
once_cell = "1.21"

0 commit comments

Comments
 (0)