mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Auto merge of #26421 - Eijebong:remove-influent, r=jdm
Remove influxDB support for profile It's apparently unused. Influent is unmaintained. Let's remove it
This commit is contained in:
commit
a3446579ec
4 changed files with 2 additions and 74 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -2685,21 +2685,6 @@ dependencies = [
|
|||
"adler32",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "influent"
|
||||
version = "0.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "87fdeaaa9b5aacb83901de1bb66b32ec574a327758657404c1edf06f5a6ac0f0"
|
||||
dependencies = [
|
||||
"base64 0.10.1",
|
||||
"futures",
|
||||
"http",
|
||||
"hyper",
|
||||
"tokio",
|
||||
"tokio-executor",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "io-surface"
|
||||
version = "0.12.1"
|
||||
|
@ -4270,7 +4255,6 @@ name = "profile"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"heartbeats-simple",
|
||||
"influent",
|
||||
"ipc-channel",
|
||||
"libc",
|
||||
"log",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue