Use published version of bare-metrics-recorder
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Olivier 'reivilibre' 2022-01-09 10:43:30 +00:00
parent 3c09e741d4
commit 660595046b
2 changed files with 5 additions and 1 deletions

4
Cargo.lock generated
View File

@ -81,6 +81,8 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "bare-metrics-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff7b4664025c0967087f03e9f1a9be00b3ce61cc4e99448afa9d4daa757e9954"
dependencies = [
"hdrhistogram",
"serde",
@ -90,6 +92,8 @@ dependencies = [
[[package]]
name = "bare-metrics-recorder"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81335882068ff256d4545eee4c8721e75331d4420e954adf5c88dbceb2dc74"
dependencies = [
"anyhow",
"bare-metrics-core",

View File

@ -32,4 +32,4 @@ itertools = "0.10.1"
hostname = "0.3.1"
yama = { path = "../yama", version = "0.5.0-alpha.1" }
metrics = "0.17.1"
bare-metrics-recorder = { path = "../../../libraries/bare-metrics/bare-metrics-recorder" }
bare-metrics-recorder = { version = "0.1.0" }