mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Remove influxDB support for profile
It's apparently unused. Influent is unmaintained. Let's remove it
This commit is contained in:
parent
90e07d06c7
commit
97eaea4e68
4 changed files with 2 additions and 74 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -2631,21 +2631,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"
|
||||
|
@ -4133,7 +4118,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