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

build(deps): bump console from 0.15.7 to 0.15.8 #413

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

Bumps console from 0.15.7 to 0.15.8.

Changelog

Sourced from console's changelog.

0.15.8

Enhancements

  • Added wasm32-unknown-emscripten target. (#179)
  • read_line_initial_text now retains the initial prefix. (#190)
  • Reading raw input now traps Ctrl+C. (#189)

Bugfixes

  • Properly use configured output of Term to get terminal size (#186)
  • Aligned read_line and read_line_initial_text's behavior. (#181)
  • Fixed soundness issue in msys_tty_on. (#183)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added C-dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 10, 2024
Copy link

Benchmark for c825a70

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.01ms 0.00%
only_read/tplink_ax1800 21.8±0.07ms 21.8±0.02ms 0.00%
write_read/netgear_ax6100v2 1285.6±1.70ms 1287.9±3.13ms +0.18%
write_read/tplink_ax1800 7.1±0.03s 7.0±0.01s -1.41%

@wcampbell0x2a
Copy link
Owner

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/console-0.15.8 branch from 29128f3 to 280f1e1 Compare January 13, 2024 20:49
Copy link

Benchmark for 9a6981f

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.00ms 0.00%
only_read/tplink_ax1800 22.0±0.03ms 22.0±0.02ms 0.00%
write_read/netgear_ax6100v2 1287.9±3.15ms 1285.7±3.98ms -0.17%
write_read/tplink_ax1800 7.1±0.01s 7.1±0.01s 0.00%

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/console-0.15.8 branch from c8dcc93 to 29b5dd6 Compare January 14, 2024 16:23
@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/console-0.15.8 branch from 2bbd9da to c83d2f2 Compare January 14, 2024 17:16
Copy link

Benchmark for 34cba16

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.02ms 5.6±0.00ms 0.00%
only_read/tplink_ax1800 22.0±0.11ms 22.2±0.38ms +0.91%
write_read/netgear_ax6100v2 1318.1±24.81ms 1303.6±4.71ms -1.10%
write_read/tplink_ax1800 7.4±0.22s 7.1±0.04s -4.05%

Copy link

Benchmark for d354755

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.00ms 0.00%
only_read/tplink_ax1800 21.9±0.03ms 21.8±0.01ms -0.46%
write_read/netgear_ax6100v2 1288.0±5.31ms 1293.4±3.97ms +0.42%
write_read/tplink_ax1800 7.1±0.02s 7.1±0.01s 0.00%

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/console-0.15.8 branch from 829ce35 to be210ab Compare January 14, 2024 21:56
Copy link

Benchmark for b031e9b

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.03ms 5.6±0.01ms 0.00%
only_read/tplink_ax1800 21.8±0.01ms 21.9±0.07ms +0.46%
write_read/netgear_ax6100v2 1282.8±1.98ms 1284.4±1.18ms +0.12%
write_read/tplink_ax1800 7.0±0.01s 7.1±0.01s +1.43%

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/console-0.15.8 branch from cd60812 to 33898f8 Compare January 15, 2024 04:08
Copy link

Benchmark for 1c622eb

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.01ms 0.00%
only_read/tplink_ax1800 21.8±0.01ms 21.9±0.01ms +0.46%
write_read/netgear_ax6100v2 1283.2±1.60ms 1284.6±4.88ms +0.11%
write_read/tplink_ax1800 7.0±0.01s 7.0±0.01s 0.00%

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/console-0.15.8 branch from fc89a08 to 8d31d0e Compare January 16, 2024 03:27
Copy link

Benchmark for 6e319d0

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.00ms 5.6±0.00ms 0.00%
only_read/tplink_ax1800 21.8±0.02ms 21.7±0.02ms -0.46%
write_read/netgear_ax6100v2 1300.4±6.72ms 1298.1±2.49ms -0.18%
write_read/tplink_ax1800 7.1±0.01s 7.1±0.01s 0.00%

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/console-0.15.8 branch from eaf9d79 to a939766 Compare January 16, 2024 13:13
@wcampbell0x2a
Copy link
Owner

@dependabot recreate

Bumps [console](https://github.com/console-rs/console) from 0.15.7 to 0.15.8.
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](console-rs/console@0.15.7...0.15.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/console-0.15.8 branch from 122d276 to 7ae4ef0 Compare January 16, 2024 13:43
Copy link

Benchmark for b8c8564

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.01ms 0.00%
only_read/tplink_ax1800 21.9±0.09ms 21.9±0.10ms 0.00%
write_read/netgear_ax6100v2 1287.2±2.20ms 1290.8±3.48ms +0.28%
write_read/tplink_ax1800 7.1±0.05s 7.1±0.01s 0.00%

Copy link

Benchmark for 20f186d

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.01ms 0.00%
only_read/tplink_ax1800 21.8±0.02ms 21.8±0.02ms 0.00%
write_read/netgear_ax6100v2 1284.6±1.61ms 1283.5±2.51ms -0.09%
write_read/tplink_ax1800 7.0±0.01s 7.0±0.01s 0.00%

@wcampbell0x2a wcampbell0x2a merged commit 4084e00 into master Jan 16, 2024
31 checks passed
@wcampbell0x2a wcampbell0x2a deleted the dependabot/cargo/console-0.15.8 branch January 16, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backhand-cli C-dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant