Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps indicatif from 0.17.11 to 0.18.3.

Release notes

Sourced from indicatif's releases.

0.18.3

What's Changed

0.18.2

What's Changed

0.18.1

What's Changed

0.18.0

Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.

What's Changed

0.17.12

What's Changed

Commits
  • 23100f5 Bump version to 0.18.3
  • 45e5af9 Apply suggestions from clippy 1.91
  • b31a0be Add ProgressBar::set_elapsed
  • 368de49 Bump version to 0.18.2
  • 6d4e7d3 style: tweak write_ansi_range() style
  • 01957a7 Fix wide_msg truncation with a colored message
  • e836112 Bump version to 0.18.1
  • e69d621 Fix wide_bar width computation with multiline a message
  • 985f053 Bump MSRV to 1.71 (for console 0.16.1)
  • 5436ffc Start versioning Cargo.lock
  • Additional commits viewable in compare view

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 A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Nov 17, 2025
Comment on lines +753 to +777
[[package]]
name = "console"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"unicode-width",
"windows-sys 0.59.0",
]

[[package]]
name = "console"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"unicode-width",
"windows-sys 0.61.2",
]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as in #22059 - mmhh: mitsuhiko/insta#790

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

welp ... anyway

@torokati44 torokati44 closed this Nov 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/indicatif-0.18.3 branch November 17, 2025 22:13
@torokati44
Copy link
Member

@dependabot unignore indicatif

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

No dependency name (indicatif) or ignore conditions found to unignore.

@torokati44
Copy link
Member

@dependabot unignore this version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Sorry, the command you entered is not valid. Valid commands:
@dependabot unignore <dependency name> <ignore condition>
@dependabot unignore <dependency name> dependency

@torokati44
Copy link
Member

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2025

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@torokati44 torokati44 restored the dependabot/cargo/indicatif-0.18.3 branch November 19, 2025 21:59
@torokati44 torokati44 reopened this Nov 19, 2025
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.11 to 0.18.3.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.11...0.18.3)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-version: 0.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@torokati44 torokati44 force-pushed the dependabot/cargo/indicatif-0.18.3 branch from 802ae77 to dcc47f8 Compare November 19, 2025 21:59
@torokati44 torokati44 merged commit 6c301aa into master Nov 19, 2025
26 checks passed
@torokati44 torokati44 deleted the dependabot/cargo/indicatif-0.18.3 branch November 19, 2025 22:23
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Nov 23, 2025
---------------------------------------------------------------------------------------
amiberry.mk 8ba794abb7609d3476d73b4766401935fa277022 # Version: Commits on Nov 20, 2025
---------------------------------------------------------------------------------------
enhancement: Add option to map LAmiga key (fixes #1733)

The Left Amiga key can now be mapped to any other key, with a new option.

The setting saves to a .uae config file, similar to the previously available mapping of the Right Amiga key.,

----------------------------------------------------------------------------------
clk.mk d3cda5d878ffff9c77ca2abdf0b208a567264c3b # Version: Commits on Nov 20, 2025
----------------------------------------------------------------------------------
Merge pull request #1644 from TomHarte/Vic20KeyboardPresumption

Vic20 keys: avoid manual range test, remove macro.,

------------------------------------------------------------------------------------------
dolphin-emu.mk 2719a5673e32b5b3018ddfcef1c09f64adfcf88d # Version: Commits on Nov 20, 2025
------------------------------------------------------------------------------------------
Merge pull request #14121 from jordan-woyak/warn-silence

Common and VideoCommon: Silence a few warnings.,

------------------------------------------------------------------------------------------
duckstation.mk defbe7061ba1a90f132e1110e3dff04fa4c50af6 # Version: Commits on Nov 20, 2025
------------------------------------------------------------------------------------------
GameDB: Set DisableAllBordersCrop for Alundra 2

I'd expect there'd be a good few others too.,

-----------------------------------------------------------------------------------
eden.mk 65fa1a37e27579db54b14904a732dab785eebf99 # Version: Commits on Nov 20, 2025
-----------------------------------------------------------------------------------
READY TO MERGE [android] fix for carousel late bottominset and one single game bugs (#3028)

-------------------------------------------------------------------------------------
hatari.mk f46d03f0db41dcdabf86a618c788193d20faa894 # Version: Commits on Nov 19, 2025
-------------------------------------------------------------------------------------
Fix typo in release notes for 2.6.1,

--------------------------------------------------------------------------------------
melonds.mk e6aa4bdffefdb6129b7e3e0989849b58463fca02 # Version: Commits on Nov 20, 2025
--------------------------------------------------------------------------------------
cmake never fails to surprise,

----------------------------------------------------
pcsx2.mk v2.5.315 # Version: Commits on Nov 20, 2025
----------------------------------------------------
- misc: big changes (jk the release machine just broke, need a new release me thinks)

,

------------------------------------------------------------------------------------
rpcs3.mk 8ccc30725a661b5355d3e46e2a7410163d335ebc # Version: Commits on Nov 19, 2025
------------------------------------------------------------------------------------
Update install-freebsd.sh,

-----------------------------------------------------
ryujinx.mk 1.3.227 # Version: Commits on Nov 20, 2025
-----------------------------------------------------
Canary-1.3.227

-------------------------------------------------
vice.mk r45860 # Version: Commits on Nov 20, 2025
-------------------------------------------------
use the TEXT() macro on arguments to LoadLibrary(). Someone needs to test if eg opencbm still works this way.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45860 379a1393-f5fb-40a0-bcee-ef074d9b53f7,

-------------------------------------------------------------------------------------------
xenia-native.mk 605bfd0e72f8bc7f0aec4fbaf01f96dccee4b887 # Version: Commits on Nov 20, 2025
-------------------------------------------------------------------------------------------
[premake] Remove redundant vectorextensions

Make clang version into a variable.,

---------------------------------------------------------------
ruffle.mk nightly-2025-11-20 # Version: Commits on Nov 20, 2025
---------------------------------------------------------------
## What's Changed

* build(deps): bump glob from 10.4.5 to 10.5.0 in /web by @dependabot[bot] in ruffle-rs/ruffle#22279

* chore: Bump tower-http because currently used version got yanked by @torokati44 in ruffle-rs/ruffle#22284

* build(deps-dev): bump the npm-minor group across 1 directory with 15 updates by @dependabot[bot] in ruffle-rs/ruffle#22283

* build(deps): bump indicatif from 0.17.11 to 0.18.3 by @dependabot[bot] in ruffle-rs/ruffle#22271

* build(deps-dev): bump the npm-minor group in /web with 2 updates by @dependabot[bot] in ruffle-rs/ruffle#22286

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-11-18...nightly-2025-11-20,

--------------------------------------------------------------------------------------
scummvm.mk 86f01d4cca2fe38becf26aefeade2edcb420129e # Version: Commits on Nov 20, 2025
--------------------------------------------------------------------------------------
FREESCAPE: better rendering of score in all the eclipse releases,

------------------------------------------------------------------------------------
box64.mk ad90eaef8dfd22ba43300242564704f25980eab4 # Version: Commits on Nov 20, 2025
------------------------------------------------------------------------------------
Introducing EmuRun, to have proper handling of LongJump on CallBack and on Interpreter only build,

----------------------------------------------------------------------------------------
openmohaa.mk c2d5f203b8816ce21cf12127c883609548cf634e # Version: Commits on Nov 20, 2025
----------------------------------------------------------------------------------------
fix(fgame): remove unnecessary radian conversion for sqrt(),

--------------------------------------------------------------------------------------
stalker.mk 831186f99d22798fdb42c4c058b6e7e6f42a140b # Version: Commits on Nov 20, 2025
--------------------------------------------------------------------------------------
xrGame/StalkerOutfit.h|cpp: removed unnecessary empty constructor and destructor

And other stuff,

----------------------------------------------------------------------------------------
retroarch.mk 69a4f0ea1e8aaf442ae4858f2e7f2b31a1776576 # Version: Commits on Nov 20, 2025
----------------------------------------------------------------------------------------
Fetch translations from Crowdin,

----------------------------------------------------------------------------------------
doomretro.mk 1cc3ea696357078b967870929d80492fd7eebffd # Version: Commits on Nov 20, 2025
----------------------------------------------------------------------------------------
Update releasenotes.md,

----------------------------------------------------------------------------------
trx.mk 9b42115a9a7ef385c6e3c47046e59d869801b23c # Version: Commits on Nov 20, 2025
----------------------------------------------------------------------------------
Merge branch 'lights' into develop,

---------------------------------------------------------------------------------------------
libretro-fbneo.mk 012dbe9dc11fd5fd765ef92e0ad4c08583862f69 # Version: Commits on Nov 20, 2025
---------------------------------------------------------------------------------------------
(libretro) update files,

-----------------------------------------------------------------------------------------------
libretro-scummvm.mk 86f01d4cca2fe38becf26aefeade2edcb420129e # Version: Commits on Nov 20, 2025
-----------------------------------------------------------------------------------------------
FREESCAPE: better rendering of score in all the eclipse releases,

---------------------------------------------------------------------------------------------
libretro-tic80.mk 085423ff42b9eb5b580754e606916318e6d52cf4 # Version: Commits on Nov 20, 2025
---------------------------------------------------------------------------------------------
Migrate to macos-15-intel github action image (#2865)

The macos-13 image will be removed soon and macos-14-(x)large / x86_64 is not availble for free:

https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants