Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 13 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ crc32fast = "1.4.2"
digest = "0.10.7"

# Fluent dependencies
fluent-bundle = "0.15.3"
fluent = "0.16.1"
fluent-bundle = "0.16.0"
fluent = "0.17.0"
unic-langid = "0.9.6"

uucore = { version = "0.0.30", package = "uucore", path = "src/uucore" }
Expand Down
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ skip = [
{ name = "itertools", version = "0.13.0" },
# fluent-bundle
{ name = "rustc-hash", version = "1.1.0" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this rustc-hash is here because of fluent-bundle as document it is now obsolete too, we bumped it to 2.x upstream.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, I went to test this and it looks like it was already addressed later via 12eb452.

# fluent-bundle
{ name = "self_cell", version = "0.10.3" },
# ordered-multimap
{ name = "hashbrown", version = "0.14.5" },
# cexpr (via bindgen)
Expand Down
78 changes: 28 additions & 50 deletions fuzz/Cargo.lock

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

Loading