From 28681cab6d6f3b3310c91181019020586e3cfe9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:10:41 +0000 Subject: [PATCH] build(deps): update influxdb requirement from 0.5 to 0.6 Updates the requirements on [influxdb](https://github.com/influxdb-rs/influxdb-rust) to permit the latest version. - [Release notes](https://github.com/influxdb-rs/influxdb-rust/releases) - [Changelog](https://github.com/influxdb-rs/influxdb-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/influxdb-rs/influxdb-rust/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: influxdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d1bfb5..ec9cbef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ chrono = { version = "0.4", default-features = false, features = ["std"] } clap = { version = "3", default-features = false, features = ["std", "derive", "env"] } futures = { version = "0.3", default-features = false, features = [] } if-addrs = "0.7.0" -influxdb = { version = "0.5", default-features = false, features = ["reqwest", "serde", "serde_json", "derive"] } +influxdb = { version = "0.6", default-features = false, features = ["reqwest", "serde", "serde_json", "derive"] } ipnetwork = { version = "0.20.0", default-features = false, features = ["serde"] } log = "0.4" soketto = { version = "0.7", default-features = false, features = [] }