Skip to content

Commit 17c4cd2

Browse files
chore(deps): Bump duration-str from 0.11.2 to 0.12.0 (#19969)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Richard Chien <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Chien <[email protected]>
1 parent 442ff0f commit 17c4cd2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/connector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ clickhouse = { git = "https://github.com/risingwavelabs/clickhouse.rs", rev = "d
4242
] }
4343
csv = "1.3"
4444
deltalake = { workspace = true }
45-
duration-str = "0.11.2"
45+
duration-str = "0.12.0"
4646
easy-ext = "1"
4747
either = "1"
4848
elasticsearch = { version = "8.15.0-alpha.1", features = ["rustls-tls"] }

src/connector/src/sink/kafka.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ mod test {
728728
"properties.bootstrap.server".to_owned() => "localhost:9092".to_owned(),
729729
"topic".to_owned() => "test".to_owned(),
730730
"type".to_owned() => "upsert".to_owned(),
731-
"properties.retry.interval".to_owned() => "500minutes".to_owned(), // error!
731+
"properties.retry.interval".to_owned() => "500miiinutes".to_owned(), // invalid duration
732732
};
733733
assert!(KafkaConfig::from_btreemap(properties).is_err());
734734
}

0 commit comments

Comments
 (0)