diff --git a/Cargo.lock b/Cargo.lock index 7c420f0..917117e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "gravel-gateway" -version = "1.1.0" +version = "1.1.2" dependencies = [ "bcrypt", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3d42b2e..ed25266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravel-gateway" -version = "1.1.0" +version = "1.1.2" edition = "2018" license = "LGPL-3.0" description = "A Prometheus Push Gateway for FAAS applications" @@ -27,4 +27,4 @@ bcrypt = {optional = true, version = "0.10"} [features] default = ["tls", "auth"] tls = ["warp/tls"] -auth = ["bcrypt"] \ No newline at end of file +auth = ["bcrypt"]