Skip to content

Commit

Permalink
chore(deps): Bump duration-str from 0.11.2 to 0.12.0 (#19969)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] and stdrc authored Jan 2, 2025
1 parent 442ff0f commit 17c4cd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clickhouse = { git = "https://github.com/risingwavelabs/clickhouse.rs", rev = "d
] }
csv = "1.3"
deltalake = { workspace = true }
duration-str = "0.11.2"
duration-str = "0.12.0"
easy-ext = "1"
either = "1"
elasticsearch = { version = "8.15.0-alpha.1", features = ["rustls-tls"] }
Expand Down
2 changes: 1 addition & 1 deletion src/connector/src/sink/kafka.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ mod test {
"properties.bootstrap.server".to_owned() => "localhost:9092".to_owned(),
"topic".to_owned() => "test".to_owned(),
"type".to_owned() => "upsert".to_owned(),
"properties.retry.interval".to_owned() => "500minutes".to_owned(), // error!
"properties.retry.interval".to_owned() => "500miiinutes".to_owned(), // invalid duration
};
assert!(KafkaConfig::from_btreemap(properties).is_err());
}
Expand Down

0 comments on commit 17c4cd2

Please sign in to comment.