From fabd389406b7e837ff7b5d70eadb042ecb5c4a3e Mon Sep 17 00:00:00 2001 From: Uggla Date: Mon, 8 Feb 2021 09:59:11 +0100 Subject: [PATCH 1/2] feat: Bump dependencies version - Bump riemann client to 0.8.0 - Bump protobuff to 2.20.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a51f96b..ad31cee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,9 +18,9 @@ clap = "2.33.3" regex = "1" procfs = "0.8.1" actix-web = "3" -riemann_client = "0.7.0" +riemann_client = "0.8.0" hostname = "0.3.1" -protobuf = "^1.0.0" +protobuf = "2.20.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" From d6b3506b031e6057452278a1a98e83374fe77b64 Mon Sep 17 00:00:00 2001 From: Uggla Date: Mon, 22 Feb 2021 21:52:35 +0100 Subject: [PATCH 2/2] feat: Bump to 0.9.0 - Finally bump Riemann client to 0.9.0 as it was merged today ! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad31cee8..7f46c730 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = "2.33.3" regex = "1" procfs = "0.8.1" actix-web = "3" -riemann_client = "0.8.0" +riemann_client = "0.9.0" hostname = "0.3.1" protobuf = "2.20.0" serde = { version = "1.0", features = ["derive"] }