Skip to content

Commit

Permalink
chore(deps): update rust crate clickhouse to 0.11.4 (#867)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 17, 2023
1 parent 5d73983 commit 7fd3cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/serverless/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ anyhow = "1.0.71"
tokio-cron-scheduler = "0.9.4"
dashmap = "5.4.0"
futures = "0.3.28"
clickhouse = "0.11.3"
clickhouse = "0.11.4"
bytes = "1.4.0"
serde = { version = "1.0", features = ["derive"] }

Expand All @@ -38,7 +38,7 @@ flume = "0.10.14"
[dev-dependencies]
reqwest = "0.11.17"
serial_test = "2.0.0"
clickhouse = { version = "0.11.3", features = ["test-util"] }
clickhouse = { version = "0.11.4", features = ["test-util"] }

[features]
default = []
Expand Down

0 comments on commit 7fd3cdd

Please sign in to comment.