Bug 1662868 - Use the inherent crate in FOG and update Cargo.lock. r=janerik,chutten

Differential Revision: https://phabricator.services.mozilla.com/D98059
This commit is contained in:
Alessio Placitelli 2020-12-01 16:56:20 +00:00
Родитель 8148f1bad0
Коммит 9876ebaea1
2 изменённых файлов: 2 добавлений и 0 удалений

1
Cargo.lock сгенерированный
Просмотреть файл

@ -1545,6 +1545,7 @@ dependencies = [
"ffi-support",
"glean",
"glean-core",
"inherent",
"log",
"nsstring",
"once_cell",

Просмотреть файл

@ -11,6 +11,7 @@ chrono = "0.4.10"
ffi-support = "0.4"
glean = "33.4.0"
glean-core = { version = "33.4.0", features = ["rkv-safe-mode"] }
inherent = "0.1.4"
log = "0.4"
nsstring = { path = "../../../../xpcom/rust/nsstring", optional = true }
once_cell = "1.2.0"