Skip to content

Commit

Permalink
Revert "Update Rust crate clickhouse to 0.12.0 (#17034)" (#17086)
Browse files Browse the repository at this point in the history
This PR reverts the `clickhouse` upgrade from #17034.

After testing in staging I'm seeing errors when trying to write events
to Clickhouse. Going to revert so we can investigate.

This reverts commit 505675c.

Release Notes:

- N/A
  • Loading branch information
maxdeviant authored Aug 29, 2024
1 parent d666cc5 commit 70018a1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 81 deletions.
140 changes: 60 additions & 80 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ cargo_metadata = "0.18"
cargo_toml = "0.20"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4.4", features = ["derive"] }
clickhouse = "0.12.0"
clickhouse = "0.11.6"
cocoa = "0.26"
core-foundation = "0.9.3"
core-foundation-sys = "0.8.6"
Expand Down

0 comments on commit 70018a1

Please sign in to comment.