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
129 changes: 41 additions & 88 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/rbuilder-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ systemd-units = { enable = false, start = false, unit-name = "rbuilder-operator"

[dependencies]
rbuilder-primitives.workspace = true
rbuilder-utils.workspace = true
rbuilder-config.workspace = true
rbuilder.workspace = true
metrics_macros.workspace = true
Expand Down Expand Up @@ -70,7 +71,7 @@ iceoryx2 = "0.7.0"
iceoryx2-bb-container = "0.7.0"
prometheus.workspace = true
ctor.workspace = true
clickhouse = { version = "0.12.2", features = ["time", "uuid", "native-tls"] }
clickhouse = { version = "0.14.0", features = ["time", "uuid", "native-tls"] }
futures-util.workspace = true
parking_lot.workspace = true
lazy_static.workspace = true
Expand Down
Loading
Loading