Bug 1952316 - Vendor in context_id component from application-services. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D248972
This commit is contained in:
committed by
mconley@mozilla.com
parent
5b95cb085a
commit
b6a5beb740
20
Cargo.lock
generated
20
Cargo.lock
generated
@@ -970,6 +970,25 @@ dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "context_id"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/mozilla/application-services?rev=fa8a72a77f88bc8b3743b50d76fb85cb37a38285#fa8a72a77f88bc8b3743b50d76fb85cb37a38285"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"error-support",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"parking_lot",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 1.999.999",
|
||||
"uniffi",
|
||||
"url",
|
||||
"uuid",
|
||||
"viaduct",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cookie"
|
||||
version = "0.16.2"
|
||||
@@ -2629,6 +2648,7 @@ dependencies = [
|
||||
name = "gkrust-uniffi-components"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"context_id",
|
||||
"relevancy",
|
||||
"search",
|
||||
"suggest",
|
||||
|
||||
Reference in New Issue
Block a user