fix(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
indicatif | dependencies | patch |
0.17.3 -> 0.17.4
|
log | dependencies | patch |
0.4.17 -> 0.4.18
|
tokio (source) | dependencies | patch |
1.28.1 -> 1.28.2
|
Release Notes
console-rs/indicatif
v0.17.4
Another small bugfix release.
- Handle newline in msg and empty msg (#540, thanks to @RDruon)
- Handle terminal line wrap to avoid new line (#533, thanks to @RDruon)
- Resetting the elapsed time also resets ETA (#538, thanks to @afontenot)
- Mention the prefix and message placeholders in the
with_
docs (#529, thanks to @lnicola) - Allow rate-limiting
TermLike
targets (#526, thanks to @akx) - Fix docs for
ProgressDrawTarget
(#523, thanks to @tillarnold) - Change "OS X" to "macOS" (#519, thanks to @atouchet)
- Fix
MultiProgress
alignment handling and migrate from structopt => clap (#516) - Don't deadlock when double-adding ProgressBar (#515)
- Use
instant::Instant
when compiling to WASM (#514, thanks to @azriel91) - Update portable-atomic requirement from 0.3.15 to 1.0.0 (#512)
- Add
contents_formatted()
method to `InMemoryTerm (#531, thanks to @dfaust) -
inc()
after work in examples (#522, thanks to @tatref)
On behalf of the indicatif team (@chris-laplante and @djc), thanks to all contributors!
rust-lang/log
v0.4.18
- fix markdown links (again) by @hellow554 in https://github.com/rust-lang/log/pull/513
- add cargo doc to workflow by @hellow554 in https://github.com/rust-lang/log/pull/515
- Apply Clippy lints by @hellow554 in https://github.com/rust-lang/log/pull/516
- Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by @glandium in https://github.com/rust-lang/log/pull/519
- fix up windows targets by @KodrAus in https://github.com/rust-lang/log/pull/528
- typo fix by @jiangying000 in https://github.com/rust-lang/log/pull/529
- Remove dependency on cfg_if by @EriKWDev in https://github.com/rust-lang/log/pull/536
- GitHub Workflows security hardening by @sashashura in https://github.com/rust-lang/log/pull/538
- Fix build status badge by @atouchet in https://github.com/rust-lang/log/pull/539
- Add call_logger to the documentation by @a1ecbr0wn in https://github.com/rust-lang/log/pull/547
- Remove build.rs file by @GuillaumeGomez in https://github.com/rust-lang/log/pull/543
- Use stable internals for key-value API by @KodrAus in https://github.com/rust-lang/log/pull/550
- Change wording of list of implementations by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/553
- Add std-logger to list of implementations by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/554
- Add
set_max_level_racy
and gateset_max_level
by @djkoloski in https://github.com/rust-lang/log/pull/544 - [doc] src/lib.rs : prefix an unused variable with an underscore by @OccupyMars2025 in https://github.com/rust-lang/log/pull/561
- [doc] src/macros.rs : correct grammar errors of an example in lib documentation by @OccupyMars2025 in https://github.com/rust-lang/log/pull/562
tokio-rs/tokio
v1.28.2
: Tokio v1.28.2
1.28.2 (May 28, 2023)
Forward ports 1.18.6 changes.
Fixed
- deps: disable default features for mio (#5728)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.