From dbc36a96723cbb462d28da81953824a767a3bbef Mon Sep 17 00:00:00 2001 From: sinkingpoint Date: Mon, 29 May 2023 09:52:19 +1000 Subject: [PATCH] v1.6.2 Signed-off-by: sinkingpoint --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c054d0f..82468dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "gravel-gateway" -version = "1.6.1" +version = "1.6.2" dependencies = [ "anyhow", "base64", @@ -910,9 +910,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openmetrics-parser" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a57e332d7ded0280100426138926fe4ca24ad139a644b8e79f6347fa2d842228" +checksum = "1fa1075b40b84d04375a1dcb39e5726c4ac3aee06cc036e60e5b4e636aaba86f" dependencies = [ "auto_ops", "pest", diff --git a/Cargo.toml b/Cargo.toml index 591be2d..e11c0e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravel-gateway" -version = "1.6.1" +version = "1.6.2" edition = "2018" license = "LGPL-3.0" description = "A Prometheus Push Gateway for FAAS applications"