Skip to content

Commit f6e0bd8

Browse files
Update clickhouse requirement from 0.12 to 0.13 (#11)
Updates the requirements on [clickhouse](https://github.com/ClickHouse/clickhouse-rs) to permit the latest version. - [Changelog](https://github.com/ClickHouse/clickhouse-rs/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-rs@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: clickhouse dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54290e6 commit f6e0bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ path = "examples/remove/main.rs"
3434

3535

3636
[dependencies]
37-
clickhouse = { version = "0.12", features = ["watch"] }
37+
clickhouse = { version = "0.13", features = ["watch"] }
3838
clickhouse-derive = { version = "0.2" }
3939
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
4040
serde = { version = "1.0.196", features = ["derive"] }
4141

4242

4343
[dev-dependencies]
44-
clickhouse = { version = "0.12", features = ["test-util"] }
44+
clickhouse = { version = "0.13", features = ["test-util"] }

0 commit comments

Comments
 (0)