Skip to content

Commit

Permalink
Update clickhouse requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [clickhouse](https://github.com/loyd/clickhouse.rs) to permit the latest version.
- [Changelog](https://github.com/loyd/clickhouse.rs/blob/master/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-rs@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: clickhouse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 3f965ad commit bd5665b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ path = "examples/remove/main.rs"


[dependencies]
clickhouse = { version = "0.11", features = ["watch"] }
clickhouse = { version = "0.12", features = ["watch"] }
clickhouse-derive = { version = "0.1" }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
serde = { version = "1.0.196", features = ["derive"] }


[dev-dependencies]
clickhouse = { version = "0.11", features = ["test-util"] }
clickhouse = { version = "0.12", features = ["test-util"] }

0 comments on commit bd5665b

Please sign in to comment.