Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 3 updates#232

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/all-dependencies-0a87f0c8a3
Open

chore(deps): bump the all-dependencies group across 1 directory with 3 updates#232
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/all-dependencies-0a87f0c8a3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps the all-dependencies group with 3 updates in the / directory: rubato, arc-swap and env_logger.

Updates rubato from 0.16.2 to 2.0.0

Release notes

Sourced from rubato's releases.

v2.0.0

What's Changed

Full Changelog: HEnquist/rubato@v1.0.1...v2.0.0

v1.0.1

What's Changed

New Contributors

Full Changelog: HEnquist/rubato@v1.0.0...v1.0.1

v1.0.0

  • New API using the AudioAdapter crate to handle different buffer layouts and sample formats.
  • Merged the FixedIn, FixedOut and FixedInOut resamplers into single types that supports all modes.
  • Merged the sinc and polynomial asynchronous resamplers into one type that supports both interpolation modes.

v1.0.0-preview.0

Full Changelog: HEnquist/rubato@v0.16.2...v1.0.0-preview.0

Commits
  • 63c2107 Merge pull request #122 from HEnquist/adapter3
  • fb96f50 Update dependencies, improve tests, bump to v2.0
  • f1207d1 Merge pull request #118 from HEnquist/patch101
  • 582018d Update the length calc
  • e88a6dc Bump version, tweak readme
  • fd5ad9b Fix process all len calc
  • 2cc6bdb Merge pull request #112 from casey/re-export-audioadapter-crate
  • ba1a8f6 Merge pull request #114 from casey/dont-return-input-len
  • cf4f679 Merge pull request #115 from HEnquist/clippy-all-targets
  • 1d22388 Fix too precise f32 constants
  • Additional commits viewable in compare view

Updates arc-swap from 1.8.2 to 1.9.1

Changelog

Sourced from arc-swap's changelog.

1.9.1

  • One more SeqCst :-| (#204).

1.9.0

  • Promote certain orderings to SeqCst. Original proofs based on wrong reading of standard :-(. Expect some performance degradation (#198, #200).
Commits

Updates env_logger from 0.11.9 to 0.11.10

Release notes

Sourced from env_logger's releases.

v0.11.10

[0.11.10] - 2026-03-23

Internal

  • Update dependencies
Changelog

Sourced from env_logger's changelog.

[0.11.10] - 2026-03-23

Internal

  • Update dependencies
Commits
  • 41320bf chore: Release
  • de8c74f docs: Update changelog
  • d550741 docs(gh): Add sponsor link
  • 458b075 chore(deps): Update Rust Stable to v1.94 (#401)
  • 8bc3fc3 Merge pull request #400 from epage/update
  • 143fa64 chore: Upgrade incompatible
  • b687a24 chore: Upgrade compatible
  • 8cf1ba9 Merge pull request #397 from rust-cli/renovate/crate-ci-typos-1.x
  • 094ecf7 Merge pull request #396 from rust-cli/renovate/crate-ci-committed-1.x
  • 34ad626 chore(deps): Update pre-commit hook crate-ci/typos to v1.44.0
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
rubato [>= 1.a, < 2]

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 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

…3 updates

Bumps the all-dependencies group with 3 updates in the / directory: [rubato](https://github.com/HEnquist/rubato), [arc-swap](https://github.com/vorner/arc-swap) and [env_logger](https://github.com/rust-cli/env_logger).


Updates `rubato` from 0.16.2 to 2.0.0
- [Release notes](https://github.com/HEnquist/rubato/releases)
- [Commits](HEnquist/rubato@v0.16.2...v2.0.0)

Updates `arc-swap` from 1.8.2 to 1.9.1
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md)
- [Commits](vorner/arc-swap@v1.8.2...v1.9.1)

Updates `env_logger` from 0.11.9 to 0.11.10
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.9...v0.11.10)

---
updated-dependencies:
- dependency-name: rubato
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: arc-swap
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: env_logger
  dependency-version: 0.11.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 5, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants