From 68352b7729c960886d65dd99ab27096a9ae17032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 06:04:36 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [rubato](https://github.com/HEnquist/rubato). Updates `clap` from 4.6.5 to 4.6.6 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.5...clap_complete-v4.6.6) Updates `rubato` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/HEnquist/rubato/releases) - [Commits](https://github.com/HEnquist/rubato/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rubato dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 35 +++++++++++--------------------- rustortion-core/Cargo.toml | 2 +- rustortion-standalone/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a7842b..56407cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,27 +399,17 @@ dependencies = [ "winapi", ] -[[package]] -name = "audio-core" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ebbf82d06013f4c41fe71303feb980cddd78496d904d06be627972de51a24" - [[package]] name = "audioadapter" -version = "4.0.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75c3943c6c7279bb25a449a8d1727480730ab2efd7b6fd5d6ca51927096e6e4" -dependencies = [ - "audio-core", - "num-traits", -] +checksum = "d1292ef9edf681b7426ed089004b021a42896492f58bd0c909ad44e5faec9ac4" [[package]] name = "audioadapter-buffers" -version = "4.0.0" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ece3390b6eb40379094843a1da5aaccc34bc0d85a8cbf68d09fe092fee6de29e" +checksum = "1c972db1b4829c49bc41f2f72d0b57faecd6f2d4732a5127680b734b6a6a35a6" dependencies = [ "audioadapter", "audioadapter-sample", @@ -428,11 +418,10 @@ dependencies = [ [[package]] name = "audioadapter-sample" -version = "4.0.0" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1592f90413568e259413c21a41a3d571feb1774255c209e7966d98f9db708c90" +checksum = "1d4daf502185bc4e7ff68dad7c8b7681b30080272498812869764a324dca0ff6" dependencies = [ - "audio-core", "num-traits", ] @@ -750,9 +739,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.6.5" +version = "4.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "301b56658598e48f3648647ac6fc887be7e7108eddfa4e9b63fcf3ec58c0cadf" +checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" dependencies = [ "clap_builder", "clap_derive", @@ -765,9 +754,9 @@ source = "git+https://github.com/micahrj/clap-sys.git?rev=25d7f53fdb6363ad63fbd8 [[package]] name = "clap_builder" -version = "4.6.5" +version = "4.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94a65403d1a1bd28f7dc68eb8506e8874808ee5eecb59298de588e2e1407a078" +checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" dependencies = [ "anstream", "anstyle", @@ -3682,9 +3671,9 @@ checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" [[package]] name = "rubato" -version = "4.0.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f57c655d11e929f05a8663b323ff553f8d9773be05dfdc087795955bedeb8d92" +checksum = "a7cb1ffaf8738df50aab642a7f6465df81c6ba9e2818268053487165298114be" dependencies = [ "audioadapter", "audioadapter-buffers", diff --git a/rustortion-core/Cargo.toml b/rustortion-core/Cargo.toml index f4565f4..ce5fcb8 100644 --- a/rustortion-core/Cargo.toml +++ b/rustortion-core/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" clap = { version = "4.5", features = ["derive"] } hound = "3.5" chrono = "0.4" -rubato = "4.0" +rubato = "5.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" crossbeam = "0.8" diff --git a/rustortion-standalone/Cargo.toml b/rustortion-standalone/Cargo.toml index f695745..c69b920 100644 --- a/rustortion-standalone/Cargo.toml +++ b/rustortion-standalone/Cargo.toml @@ -21,7 +21,7 @@ hound = "3.5" ctrlc = { version = "3.5", features = ["termination"] } chrono = "0.4" clap = { version = "4.5", features = ["derive", "env"] } -rubato = "4.0" +rubato = "5.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" crossbeam = "0.8"