mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1654192 - Part 1: Update RKV dependency to safe-mode, r=nanj
Differential Revision: https://phabricator.services.mozilla.com/D85314
This commit is contained in:
parent
9c012844a3
commit
0044c9f575
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2517,7 +2517,6 @@ dependencies = [
|
||||
"failure",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"lmdb-rkv",
|
||||
"log",
|
||||
"moz_task",
|
||||
"nserror",
|
||||
@ -5846,13 +5845,12 @@ dependencies = [
|
||||
"cstr",
|
||||
"failure",
|
||||
"libc",
|
||||
"lmdb-rkv",
|
||||
"log",
|
||||
"moz_task",
|
||||
"nserror",
|
||||
"nsstring",
|
||||
"once_cell",
|
||||
"rkv 0.10.4",
|
||||
"rkv 0.15.0",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"xpcom",
|
||||
|
@ -9,7 +9,6 @@ crossbeam-utils = "0.6.3"
|
||||
cstr = "0.1"
|
||||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
lmdb-rkv = "0.14"
|
||||
log = "0.4"
|
||||
moz_task = { path = "../../../xpcom/rust/moz_task" }
|
||||
nserror = { path = "../../../xpcom/rust/nserror" }
|
||||
|
@ -8,13 +8,12 @@ license = "MPL-2.0"
|
||||
crossbeam-utils = "0.6.3"
|
||||
cstr = "0.1"
|
||||
libc = "0.2"
|
||||
lmdb-rkv = "0.14"
|
||||
log = "0.4"
|
||||
moz_task = { path = "../../../xpcom/rust/moz_task" }
|
||||
nsstring = { path = "../../../xpcom/rust/nsstring" }
|
||||
nserror = { path = "../../../xpcom/rust/nserror" }
|
||||
once_cell = "1"
|
||||
rkv = "0.10.2"
|
||||
rkv = { version = "0.15.0", default-features = false }
|
||||
serde_json = "1"
|
||||
tempfile = "3"
|
||||
xpcom = { path = "../../../xpcom/rust/xpcom" }
|
||||
|
Loading…
Reference in New Issue
Block a user