Skip to content

Commit

Permalink
deps(deps): Bump compatible minor version updates to crates (projectf…
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque authored May 6, 2024
1 parent 5153a7a commit 41d8b0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluent-bundle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rustc-hash.workspace = true
unic-langid.workspace = true
intl-memoizer = { version = "0.5.2", path = "../intl-memoizer" }
self_cell = "1.0"
smallvec = "1"
smallvec = "1.13"

[dev-dependencies]
criterion.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion fluent-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rustc-hash.workspace = true
unic-langid.workspace = true
async-trait = "0.1"
chunky-vec = "0.1"
once_cell = "1.9"
once_cell = "1.19"
pin-cell = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fluent-resmgr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures.workspace = true
rustc-hash.workspace = true
thiserror.workspace = true
unic-langid.workspace = true
elsa = "1.5"
elsa = "1.10"

[dev-dependencies]
fluent-langneg.workspace = true
Expand Down

0 comments on commit 41d8b0a

Please sign in to comment.