diff --git a/Cargo.lock b/Cargo.lock index ec4d190..4675067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,9 +1675,9 @@ dependencies = [ [[package]] name = "metriken-exposition" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6befc7dbe9c7bc09feefc81311179502b3797f740066e4ce092c6d157cba11c8" +checksum = "6d803646678bfaa133cbb860f60684e7631aba473a4f1899073a7d88188308e8" dependencies = [ "arrow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 151f715..630e196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ histogram = "0.11.0" humantime = "2.1.0" hyper = { version = "1.0.0-rc.4", features = ["http1", "http2", "client"]} metriken = "0.7.0" -metriken-exposition = { version = "0.9.0", features = ["json", "parquet-conversion"] } +metriken-exposition = { version = "0.9.1", features = ["json", "parquet-conversion"] } mio = "0.8.8" momento = "0.42.0" pelikan-net = { version = "0.4.1", default-features = false }