diff --git a/Cargo.lock b/Cargo.lock index 12a8da0..d7b262e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "gravel-gateway" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 360e441..f4ab5ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravel-gateway" -version = "1.6.0" +version = "1.6.1" edition = "2018" license = "LGPL-3.0" description = "A Prometheus Push Gateway for FAAS applications"