chore(deps): bump deps#6117
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
|
Maybe we still need to update the |
| let mut h = PROMETHEUS_HANDLE.as_ref().write(); | ||
| *h = Some(recorder.handle()); | ||
| metrics::clear_recorder(); | ||
| unsafe { |
There was a problem hiding this comment.
There was a problem hiding this comment.
metrics::clear_recorder();was removed from metrics (technically just marked unsafe and hidden from docs) due to being dangerous to use.
There is a potential data race here, and I think we can open an issue and try to fix it.
|
Wow, nice work! I am curious, how you find these crates which need dump and also the target versions? |
I have written such a document https://databend.rs/doc/faq/routine-maintenance The steps are simple and only require some manual tweaks. |
Thanks, learn much :) |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Bump most dependencies
Reduce the number of dependencies to be built by about 30
build: 795 -> 767
build-release: 986 -> 957
test: 883 -> 852
lint: 1118 -> 1086
Changelog
Related Issues
Fixes #issue