From 8fa6592730b33c04db4454954e6271f019fa8c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:36:15 +0000 Subject: [PATCH] build(deps): update influxdb requirement from 0.5 to 0.7 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.7.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..fa6931b 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.7", 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 = [] }