From ed83bafe24bb327c3fa6d537f147c7da96a215df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 18:28:52 +0000 Subject: [PATCH] chore(deps): Bump duration-str from 0.5.1 to 0.7.0 Bumps [duration-str](https://github.com/baoyachi/duration-str) from 0.5.1 to 0.7.0. - [Release notes](https://github.com/baoyachi/duration-str/releases) - [Commits](https://github.com/baoyachi/duration-str/compare/0.5.1...v0.7.0) --- updated-dependencies: - dependency-name: duration-str dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/connector/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dc779d60bed..ec71d5107f70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2585,9 +2585,9 @@ dependencies = [ [[package]] name = "duration-str" -version = "0.5.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f037c488d179e21c87ef5fa9c331e8e62f5dddfa84618b41bb197da03edff1" +checksum = "5e172e85f305d6a442b250bf40667ffcb91a24f52c9a1ca59e2fa991ac9b7790" dependencies = [ "chrono", "nom", diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index c919bd5ed239..db3768d0db1b 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -45,7 +45,7 @@ clickhouse = { git = "https://github.com/risingwavelabs/clickhouse.rs", rev = "6 "time", ] } csv = "1.2" -duration-str = "0.5.1" +duration-str = "0.7.0" easy-ext = "1" enum-as-inner = "0.6" futures = { version = "0.3", default-features = false, features = ["alloc"] }