|
|
@ -10,11 +10,11 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -38,9 +38,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
name = "axum"
|
|
|
|
version = "0.6.17"
|
|
|
|
version = "0.6.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b70caf9f1b0c045f7da350636435b775a9733adf2df56e8aa2a29210fbc335d4"
|
|
|
|
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"axum-core",
|
|
|
@ -257,9 +257,9 @@ checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -399,10 +399,10 @@ dependencies = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
name = "mach2"
|
|
|
|
version = "0.3.2"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -445,9 +445,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "metrics"
|
|
|
|
name = "metrics"
|
|
|
|
version = "0.20.1"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b9b8653cec6897f73b519a43fba5ee3d50f62fe9af80b428accdcc093b4a849"
|
|
|
|
checksum = "aa8ebbd1a9e57bbab77b9facae7f5136aea44c356943bf9a198f647da64285d6"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"ahash",
|
|
|
|
"metrics-macros",
|
|
|
|
"metrics-macros",
|
|
|
@ -456,17 +456,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-exporter-prometheus"
|
|
|
|
name = "metrics-exporter-prometheus"
|
|
|
|
version = "0.11.0"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8603921e1f54ef386189335f288441af761e0fc61bcb552168d9cedfe63ebc70"
|
|
|
|
checksum = "5142a593c2be0cf5c2ac5b22ec7a4f74477b851efb6238236af26c6b5ca6e98e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"hyper",
|
|
|
|
"indexmap",
|
|
|
|
"indexmap",
|
|
|
|
"ipnet",
|
|
|
|
"ipnet",
|
|
|
|
"metrics",
|
|
|
|
"metrics",
|
|
|
|
"metrics-util",
|
|
|
|
"metrics-util",
|
|
|
|
"parking_lot",
|
|
|
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
|
|
|
"quanta",
|
|
|
|
"quanta",
|
|
|
|
"thiserror",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
@ -475,28 +473,26 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-macros"
|
|
|
|
name = "metrics-macros"
|
|
|
|
version = "0.6.0"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "731f8ecebd9f3a4aa847dfe75455e4757a45da40a7793d2f0b1f9b6ed18b23f3"
|
|
|
|
checksum = "ddece26afd34c31585c74a4db0630c376df271c285d682d1e55012197830b6df"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.103",
|
|
|
|
"syn 2.0.15",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-util"
|
|
|
|
name = "metrics-util"
|
|
|
|
version = "0.14.0"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d24dc2dbae22bff6f1f9326ffce828c9f07ef9cc1e8002e5279f845432a30a"
|
|
|
|
checksum = "111cb375987443c3de8d503580b536f77dc8416d32db62d9456db5d93bd7ac47"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
"metrics",
|
|
|
|
"metrics",
|
|
|
|
"num_cpus",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot",
|
|
|
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
|
|
|
"quanta",
|
|
|
|
"quanta",
|
|
|
|
"sketches-ddsketch",
|
|
|
|
"sketches-ddsketch",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -560,9 +556,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.13.0"
|
|
|
|
version = "1.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
name = "overload"
|
|
|
@ -633,9 +629,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "0.3.4"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "763095e04dcbeb889b2ab35296ecb18a20fe16b4e9877ce64aab73d8fd05a8c3"
|
|
|
|
checksum = "f602a0d1e09a48e4f8e8b4d4042e32807c3676da31f2ecabeac9f96226ec6c45"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
name = "proc-macro2"
|
|
|
@ -648,16 +644,16 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
|
|
|
name = "quanta"
|
|
|
|
version = "0.10.1"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7e31331286705f455e56cca62e0e717158474ff02b7936c1fa596d983f4ae27"
|
|
|
|
checksum = "8cc73c42f9314c4bdce450c77e6f09ecbddefbeddb1b5979ded332a3913ded33"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
|
|
|
"mach2",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
|
|
|
"raw-cpuid",
|
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"web-sys",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
]
|
|
|
|