|
|
@ -473,15 +473,25 @@ dependencies = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-exporter-prometheus"
|
|
|
|
name = "metrics"
|
|
|
|
version = "0.9.0"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b93b470b04c005178058e18ac8bb2eb3fda562cf87af5ea05ba8d44190d458c"
|
|
|
|
checksum = "142c53885123b68d94108295a09d4afe1a1388ed95b54d5dacd9a454753030f2"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"ahash",
|
|
|
|
|
|
|
|
"metrics-macros",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "metrics-exporter-prometheus"
|
|
|
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "953cbbb6f9ba4b9304f4df79b98cdc9d14071ed93065a9fca11c00c5d9181b66"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"hyper",
|
|
|
|
"indexmap",
|
|
|
|
"indexmap",
|
|
|
|
"ipnet",
|
|
|
|
"ipnet",
|
|
|
|
"metrics",
|
|
|
|
"metrics 0.19.0",
|
|
|
|
"metrics-util",
|
|
|
|
"metrics-util",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"quanta",
|
|
|
|
"quanta",
|
|
|
@ -503,15 +513,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-util"
|
|
|
|
name = "metrics-util"
|
|
|
|
version = "0.12.0"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "107a38013e91c04ddf31826b0d0dcc2e0d4ebedded8234cc0dc2b7bbd0c121e8"
|
|
|
|
checksum = "fd1f4b69bef1e2b392b2d4a12902f2af90bb438ba4a66aa222d1023fa6561b50"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atomic-shim",
|
|
|
|
"atomic-shim",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"hashbrown",
|
|
|
|
"hashbrown",
|
|
|
|
"metrics",
|
|
|
|
"metrics 0.19.0",
|
|
|
|
"num_cpus",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"quanta",
|
|
|
|
"quanta",
|
|
|
@ -834,7 +844,7 @@ dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"flate2",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper",
|
|
|
|
"metrics",
|
|
|
|
"metrics 0.18.1",
|
|
|
|
"metrics-exporter-prometheus",
|
|
|
|
"metrics-exporter-prometheus",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
@ -849,9 +859,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sketches-ddsketch"
|
|
|
|
name = "sketches-ddsketch"
|
|
|
|
version = "0.1.2"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76a77a8fd93886010f05e7ea0720e569d6d16c65329dbe3ec033bbbccccb017b"
|
|
|
|
checksum = "04d2ecae5fcf33b122e2e6bd520a57ccf152d2dde3b38c71039df1a6867264ee"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
name = "slab"
|
|
|
|