forked from mirrors/gecko-dev
Bug 1881487 - Update unicode-bidi to pick up newly-added smallvec support. r=platform-i18n-reviewers,supply-chain-reviewers,nordzilla
Differential Revision: https://phabricator.services.mozilla.com/D202415
This commit is contained in:
parent
e3cc3beaaa
commit
b5eda7e86d
5 changed files with 19 additions and 2 deletions
|
|
@ -188,6 +188,7 @@ rure = { path = "third_party/rust/rure" }
|
||||||
# To-be-published changes.
|
# To-be-published changes.
|
||||||
cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" }
|
cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" }
|
||||||
cssparser-macros = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" }
|
cssparser-macros = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" }
|
||||||
|
unicode-bidi = { git = "https://github.com/servo/unicode-bidi", rev = "d43c644c388659d093cc5d1648a970daeef692d5" }
|
||||||
|
|
||||||
# Other overrides
|
# Other overrides
|
||||||
chardetng = { git = "https://github.com/hsivonen/chardetng", rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" }
|
chardetng = { git = "https://github.com/hsivonen/chardetng", rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" }
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,5 @@ authors = ["Jonathan Kew <jkew@mozilla.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
unicode-bidi = "0.3.14"
|
unicode-bidi = { version = "0.3.15", features = ["smallvec"] }
|
||||||
icu_properties = { version = "1.4.0", features = ["bidi"] }
|
icu_properties = { version = "1.4.0", features = ["bidi"] }
|
||||||
|
|
|
||||||
|
|
@ -4006,6 +4006,12 @@ who = "Jonathan Kew <jfkthame@gmail.com>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
delta = "0.3.14 -> 0.3.15"
|
delta = "0.3.14 -> 0.3.15"
|
||||||
|
|
||||||
|
[[audits.unicode-bidi]]
|
||||||
|
who = "Jonathan Kew <jfkthame@gmail.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
delta = "0.3.15 -> 0.3.15@git:d43c644c388659d093cc5d1648a970daeef692d5"
|
||||||
|
importable = false
|
||||||
|
|
||||||
[[audits.unicode-ident]]
|
[[audits.unicode-ident]]
|
||||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
|
||||||
|
|
@ -189,6 +189,9 @@ notes = "This is a first-party crate which is entirely unrelated to the crates.i
|
||||||
audit-as-crates-io = false
|
audit-as-crates-io = false
|
||||||
notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."
|
notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."
|
||||||
|
|
||||||
|
[policy.unicode-bidi]
|
||||||
|
audit-as-crates-io = true
|
||||||
|
|
||||||
[policy.viaduct]
|
[policy.viaduct]
|
||||||
audit-as-crates-io = false
|
audit-as-crates-io = false
|
||||||
notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."
|
notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."
|
||||||
|
|
|
||||||
|
|
@ -538,6 +538,13 @@ user-id = 2017
|
||||||
user-login = "mbrubeck"
|
user-login = "mbrubeck"
|
||||||
user-name = "Matt Brubeck"
|
user-name = "Matt Brubeck"
|
||||||
|
|
||||||
|
[[publisher.smallvec]]
|
||||||
|
version = "1.13.1"
|
||||||
|
when = "2024-01-19"
|
||||||
|
user-id = 2017
|
||||||
|
user-login = "mbrubeck"
|
||||||
|
user-name = "Matt Brubeck"
|
||||||
|
|
||||||
[[publisher.syn]]
|
[[publisher.syn]]
|
||||||
version = "2.0.46"
|
version = "2.0.46"
|
||||||
when = "2024-01-02"
|
when = "2024-01-02"
|
||||||
|
|
@ -1303,7 +1310,7 @@ who = "David Cook <dcook@divviup.org>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
user-id = 213776 # divviup-github-automation
|
user-id = 213776 # divviup-github-automation
|
||||||
start = "2020-09-28"
|
start = "2020-09-28"
|
||||||
end = "2024-03-23"
|
end = "2025-02-12"
|
||||||
|
|
||||||
[[audits.isrg.audits.base64]]
|
[[audits.isrg.audits.base64]]
|
||||||
who = "Tim Geoghegan <timg@letsencrypt.org>"
|
who = "Tim Geoghegan <timg@letsencrypt.org>"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue