diff --git a/Cargo.lock b/Cargo.lock index 0dc779d60bed5..ec71d5107f704 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 c919bd5ed2397..db3768d0db1bb 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"] }