Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 156 additions & 1 deletion rust_snuba/Cargo.lock

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

9 changes: 9 additions & 0 deletions rust_snuba/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ anyhow = { version = "1.0.69", features = ["backtrace"] }
cadence = "1.0.0"
chrono = { version = "0.4.26", features = ["serde"] }
cityhash-rs = "1.0.1"
clickhouse = { version = "0.15", default-features = false, features = [
"inserter",
"lz4",
"uuid",
# TLS for `secure: true` clusters (https URLs). native-tls matches the
# existing reqwest-based writer (OpenSSL + system roots), and openssl-sys is
# already pulled in by reqwest, so this adds no new system dependency.
"native-tls",
] }
Comment thread
cursor[bot] marked this conversation as resolved.
ctrlc = { version = "3.2.5", features = ["termination"] }
data-encoding = "2.5.0"
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion rust_snuba/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.88.0"
channel = "1.94.1"
Loading
Loading