Skip to content

Commit 41d8b0a

Browse files
authored
deps(deps): Bump compatible minor version updates to crates (#350)
1 parent 5153a7a commit 41d8b0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fluent-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rustc-hash.workspace = true
3333
unic-langid.workspace = true
3434
intl-memoizer = { version = "0.5.2", path = "../intl-memoizer" }
3535
self_cell = "1.0"
36-
smallvec = "1"
36+
smallvec = "1.13"
3737

3838
[dev-dependencies]
3939
criterion.workspace = true

fluent-fallback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rustc-hash.workspace = true
2424
unic-langid.workspace = true
2525
async-trait = "0.1"
2626
chunky-vec = "0.1"
27-
once_cell = "1.9"
27+
once_cell = "1.19"
2828
pin-cell = "0.2"
2929

3030
[dev-dependencies]

fluent-resmgr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures.workspace = true
2323
rustc-hash.workspace = true
2424
thiserror.workspace = true
2525
unic-langid.workspace = true
26-
elsa = "1.5"
26+
elsa = "1.10"
2727

2828
[dev-dependencies]
2929
fluent-langneg.workspace = true

0 commit comments

Comments
 (0)