зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
e3cc3beaaa
Коммит
b5eda7e86d
|
@ -188,6 +188,7 @@ rure = { path = "third_party/rust/rure" }
|
|||
# To-be-published changes.
|
||||
cssparser = { 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
|
||||
chardetng = { git = "https://github.com/hsivonen/chardetng", rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" }
|
||||
|
|
|
@ -6,5 +6,5 @@ authors = ["Jonathan Kew <jkew@mozilla.com>"]
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
unicode-bidi = "0.3.14"
|
||||
unicode-bidi = { version = "0.3.15", features = ["smallvec"] }
|
||||
icu_properties = { version = "1.4.0", features = ["bidi"] }
|
||||
|
|
|
@ -4006,6 +4006,12 @@ who = "Jonathan Kew <jfkthame@gmail.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
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]]
|
||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||
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
|
||||
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]
|
||||
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."
|
||||
|
|
|
@ -538,6 +538,13 @@ user-id = 2017
|
|||
user-login = "mbrubeck"
|
||||
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]]
|
||||
version = "2.0.46"
|
||||
when = "2024-01-02"
|
||||
|
@ -1303,7 +1310,7 @@ who = "David Cook <dcook@divviup.org>"
|
|||
criteria = "safe-to-deploy"
|
||||
user-id = 213776 # divviup-github-automation
|
||||
start = "2020-09-28"
|
||||
end = "2024-03-23"
|
||||
end = "2025-02-12"
|
||||
|
||||
[[audits.isrg.audits.base64]]
|
||||
who = "Tim Geoghegan <timg@letsencrypt.org>"
|
||||
|
|
Загрузка…
Ссылка в новой задаче