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

chore(deps): bump tracing-subscriber and use nu-ansi-term #5703

Merged
merged 1 commit into from Oct 8, 2022

Conversation

TennyZhuang
Copy link
Collaborator

Signed-off-by: TennyZhuang zty0826@gmail.com

I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.

What's changed and what's your intention?

ansi_term is unmaintained

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Refer to a related PR or issue link (optional)

Fixes #5421

Signed-off-by: TennyZhuang <zty0826@gmail.com>
@TennyZhuang TennyZhuang added the mergify/can-merge Indicates that the PR can be added to the merge queue label Oct 8, 2022
@codecov
Copy link

codecov bot commented Oct 8, 2022

Codecov Report

Merging #5703 (c90772f) into main (bd3bd59) will decrease coverage by 0.00%.
The diff coverage is 98.44%.

@@            Coverage Diff             @@
##             main    #5703      +/-   ##
==========================================
- Coverage   74.30%   74.29%   -0.01%     
==========================================
  Files         924      924              
  Lines      144308   144314       +6     
==========================================
- Hits       107225   107218       -7     
- Misses      37083    37096      +13     
Flag Coverage Δ
rust 74.29% <98.44%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/common/src/hash/key.rs 84.54% <ø> (ø)
src/storage/src/hummock/mod.rs 92.63% <ø> (ø)
src/frontend/src/optimizer/plan_node/generic.rs 91.89% <92.59%> (+1.89%) ⬆️
src/frontend/src/handler/create_mv.rs 89.65% <100.00%> (-0.41%) ⬇️
...frontend/src/optimizer/plan_node/logical_expand.rs 92.66% <100.00%> (+0.09%) ⬆️
...frontend/src/optimizer/plan_node/logical_filter.rs 97.88% <100.00%> (-0.01%) ⬇️
...c/frontend/src/optimizer/plan_node/logical_join.rs 92.59% <100.00%> (-0.08%) ⬇️
src/batch/src/executor/group_top_n.rs 67.70% <0.00%> (-6.84%) ⬇️
...rc/frontend/src/optimizer/rule/index_delta_join.rs 92.13% <0.00%> (-1.13%) ⬇️
src/common/src/field_generator/mod.rs 78.97% <0.00%> (-0.57%) ⬇️
... and 4 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mergify mergify bot merged commit 4a4f855 into main Oct 8, 2022
@mergify mergify bot deleted the chore/bump-tracing-subscriber branch October 8, 2022 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergify/can-merge Indicates that the PR can be added to the merge queue type/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

security: RUSTSEC-2021-0139
3 participants