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 console-subscriber from 0.1.10 to 0.2.0 #12613

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2023

Bumps console-subscriber from 0.1.10 to 0.2.0.

Commits
  • 2b164b2 chore(subscriber): prepare to release console-subscriber 0.2.0
  • 43e2b48 chore(release): don't completely recreate changelog
  • 454b950 chore: fix missing console-api changelog entries
  • c8c4a85 chore(api): prepare to release console-api 0.6.0
  • 4220023 chore: update release scripts (#466)
  • 94a5a51 docs: update MSRV version docs to 1.64 (#467)
  • 96e62c8 feat(api): update tonic to v0.10 and increase MSRV to 1.64 (#464)
  • d05fa9e feat(console): add warning for tasks that never yield (#439)
  • 362bdbe docs(subscriber): fix unclosed code block (#463)
  • 4933197 test(subscriber): add initial integration tests (#452)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner October 3, 2023 04:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2023
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #12613 (a5e1056) into main (5d97d60) will increase coverage by 0.05%.
Report is 9 commits behind head on main.
The diff coverage is 94.15%.

@@            Coverage Diff             @@
##             main   #12613      +/-   ##
==========================================
+ Coverage   69.14%   69.19%   +0.05%     
==========================================
  Files        1487     1489       +2     
  Lines      244648   245772    +1124     
==========================================
+ Hits       169150   170055     +905     
- Misses      75498    75717     +219     
Flag Coverage Δ
rust 69.19% <94.15%> (+0.05%) ⬆️

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

Files Coverage Δ
src/connector/src/lib.rs 52.08% <ø> (ø)
src/connector/src/sink/encoder/json.rs 84.63% <100.00%> (ø)
src/connector/src/sink/mod.rs 62.04% <ø> (+0.72%) ⬆️
src/expr/core/src/aggregate/def.rs 69.66% <ø> (ø)
.../frontend/src/optimizer/plan_node/generic/union.rs 100.00% <100.00%> (ø)
.../frontend/src/optimizer/plan_node/logical_union.rs 97.09% <100.00%> (+0.17%) ⬆️
src/stream/src/executor/aggregation/minput.rs 97.53% <100.00%> (ø)
src/common/src/monitor/connection.rs 58.53% <50.00%> (ø)
src/connector/src/sink/encoder/mod.rs 73.68% <95.83%> (+37.96%) ⬆️
...rc/frontend/src/optimizer/plan_node/generic/agg.rs 91.44% <16.66%> (-0.81%) ⬇️
... and 2 more

... and 29 files with indirect coverage changes

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

@BugenZhao
Copy link
Member

Should be bumped together with tonic and prost.

@xxchan
Copy link
Member

xxchan commented Oct 7, 2023

Should be bumped together with tonic and prost.

I think it doesn't matter (non-blocking), as there are still google-cloud-gax, google-cloud-googleapis, etcd-client, opentelemetry-otlp, opentelemetry-proto https://github.com/risingwavelabs/risingwave/pull/12591/files#r1349539976 🥵

@xxchan
Copy link
Member

xxchan commented Oct 10, 2023

@dependabot reopen

@xxchan
Copy link
Member

xxchan commented Oct 10, 2023

@dependabot recreate

Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.1.10 to 0.2.0.
- [Release notes](https://github.com/tokio-rs/console/releases)
- [Commits](tokio-rs/console@console-subscriber-v0.1.10...console-subscriber-v0.2.0)

---
updated-dependencies:
- dependency-name: console-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/console-subscriber-0.2.0 branch from 4783e85 to 8d1b63b Compare October 10, 2023 12:20
@xxchan xxchan enabled auto-merge October 10, 2023 12:27
@xxchan xxchan added this pull request to the merge queue Oct 16, 2023
Merged via the queue into main with commit b560feb Oct 16, 2023
8 checks passed
@xxchan xxchan deleted the dependabot/cargo/console-subscriber-0.2.0 branch October 16, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants