Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps bullet_stream from 0.3.0 to 0.11.0.

Changelog

Sourced from bullet_stream's changelog.

v0.11.0 2025/07/01

  • Change: global::print::sub_start_timer()now returns a new typeGlobalTimer` that implements the same interface cancel/done interface as before. (heroku-buildpacks/bullet_stream#45)
  • Change/fix: Minimum supported Rust version is now officially 1.86. Previously released, v0.10.0, used a feature stabalized in 1.86 but did not correctly update the MSRV (heroku-buildpacks/bullet_stream#47).

v0.10.0 2025/06/09

  • Change: Uses a feature of Rust not supported until 1.86, although the MSRV was not correctly incremented in this release (heroku-buildpacks/bullet_stream#43).
  • Add: New function global::with_locked_writer is introduced to allow consistently capturing write output. This function is designed for use in testing output or in other non-reentrant capture cases. This blocks all threads using this function but one from executing so that a deterministic and consistent output is captured. Previously tests could be written with a thread_local writer, however there's a subtle race condition in that approach if the output relies on "paragraph" style text (heroku-buildpacks/bullet_stream#43).

v0.9.0 2025/06/05

  • Change: Result of global::sub_start_timer(...).done() is no longer "must use". This means it no longer needs let _ = for clippy. (heroku-buildpacks/bullet_stream#38)
  • Add: The fun_run library is re-exported when feature = "fun_run" is enabled (on by default). This is because our crate exposes types from fun_run in the form of an error result fun_run::CmdError, now someone can use that feature and that type via re-export and guarantee it's the same version. (heroku-buildpacks/bullet_stream#39)

v0.8.0 - 2024/04/24

v0.7.0 - 2024/02/11

v0.6.0 - 2025/02/05

  • Added: Print<T>::error() now returns the original writer W, this allows for building error messages (Vec<u8>) with debug output above it using the stateful API. See the tests for an example (heroku-buildpacks/bullet_stream#28)

v0.5.0 - 2025/01/31

  • A fun_run feature to provide optional interfaces when the fun_run crate is being used. PR: (heroku-buildpacks/bullet_stream#25)
    • Added: global::print::sub_stream_cmd and global::print::sub_time_cmd
    • Added: Print<SubBullet<W>>::stream_cmd() and Print<SubBullet<W>>::time_cmd()
  • Struct _GlobalWriter is deprecated, use GlobalWriter instead (heroku-buildpacks/bullet_stream#26)

v0.4.0 - 2025/01/21

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)

Bumps [bullet_stream](https://github.com/schneems/bullet_stream) from 0.3.0 to 0.11.0.
- [Changelog](https://github.com/heroku-buildpacks/bullet_stream/blob/main/CHANGELOG.md)
- [Commits](https://github.com/schneems/bullet_stream/commits/v0.11.0)

---
updated-dependencies:
- dependency-name: bullet_stream
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip changelog labels Nov 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2025 23:24
@dependabot dependabot bot added skip changelog dependencies Pull requests that update a dependency file labels Nov 4, 2025
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 skip changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant