Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up multiservice-discovery to be more robust, lock shared struct… #131

Merged
merged 10 commits into from
Jan 31, 2024
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions rs/ic-observability/multiservice-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ clap = { workspace = true }
crossbeam = { workspace = true }
crossbeam-channel = { workspace = true }
erased-serde = { workspace = true }
futures.workspace = true
futures-util = { workspace = true }
humantime = { workspace = true }
ic-async-utils = { workspace = true }
Expand Down
Loading
Loading