Bug 1597898 - Part 1: Update RKV dependency to safe-mode, r=nanj

Differential Revision: https://phabricator.services.mozilla.com/D54279
This commit is contained in:
Victor Porof 2020-07-29 17:38:20 +00:00
parent ed9d120e97
commit 75bdf2b80e
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ moz_task = { path = "../../../../xpcom/rust/moz_task" }
nserror = { path = "../../../../xpcom/rust/nserror" }
nsstring = { path = "../../../../xpcom/rust/nsstring" }
rental = "0.5.5"
rkv = { git = "https://github.com/mozilla/rkv", rev="e3c3388e6632cf55e08d773b32e58b1cab9b2731", default-features = false }
rkv = { version = "0.15.0", default-features = false }
rust_cascade = "0.6.0"
sha2 = "^0.8"
storage_variant = { path = "../../../../storage/variant" }

View File

@ -14,7 +14,7 @@ log = "0.4"
moz_task = { path = "../../../xpcom/rust/moz_task" }
nserror = { path = "../../../xpcom/rust/nserror" }
nsstring = { path = "../../../xpcom/rust/nsstring" }
rkv = "0.10.2"
rkv = { version = "0.15.0", default-features = false, features=["no-canonicalize-path"] }
storage_variant = { path = "../../../storage/variant" }
xpcom = { path = "../../../xpcom/rust/xpcom" }
tempfile = "3"