Skip to content

Commit 7f0c3c4

Browse files
Update clickhouse-derive requirement from 0.1 to 0.2 (#8)
Updates the requirements on clickhouse-derive to permit the latest version. --- updated-dependencies: - dependency-name: clickhouse-derive 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 1e45cd3 commit 7f0c3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ path = "examples/remove/main.rs"
3535

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

0 commit comments

Comments
 (0)