diff --git a/Cargo.lock b/Cargo.lock index 6686a8f..a925710 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1980,9 +1980,9 @@ dependencies = [ [[package]] name = "sozu-client" -version = "0.4.2-rc.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3531a07bd7a7203cc52935e4bae91d7ad885a77600960c987ead29323da899a" +checksum = "092117eb9681c86e62959f8b3e1bba577bee3d4b71158cc625815b517b128818" dependencies = [ "async-trait", "bb8", @@ -2028,7 +2028,7 @@ dependencies = [ [[package]] name = "sozu-prometheus-connector" -version = "0.2.2-rc.1" +version = "1.1.0-rc.0" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 42e4f59..22405d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sozu-prometheus-connector" description = "This application retrieve internals metrics of Sōzu and format them into prometheus" homepage = "https://github.com/CleverCloud/sozu-prometheus-connector" documentation = "https://github.com/CleverCloud/sozu-prometheus-connector/blob/main/README.md" -version = "0.2.2-rc.1" +version = "1.1.0-rc.0" rust-version = "1.80.0" edition = "2021" license-file = "LICENSE" @@ -22,7 +22,7 @@ serde = { version = "^1.0.195", features = ["derive"] } serde_json = "^1.0.111" sentry = { version = "^0.34.0", default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"] } sentry-tracing = "^0.34.0" -sozu-client = "0.4.2-rc.1" +sozu-client = "1.1.0-rc.1" sozu-command-lib = "1.1.0-rc.1" thiserror = "^1.0.56" tokio = { version = "^1.35.1", features = ["macros", "rt", "signal"] }