Skip to content

Commit 9dbf235

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 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>
1 parent 55edaf9 commit 9dbf235

3 files changed

Lines changed: 74 additions & 37 deletions

File tree

Cargo.lock

Lines changed: 70 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustortion-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ edition = "2024"
77
clap = { version = "4.5", features = ["derive"] }
88
hound = "3.5"
99
chrono = "0.4"
10-
rubato = "0.16"
10+
rubato = "2.0"
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"
1313
crossbeam = "0.8"
1414
log = "0.4"
1515
anyhow = "1.0"
1616
rustfft = "6.4"
1717
realfft = "3.5"
18-
arc-swap = "1.8"
18+
arc-swap = "1.9"
1919

2020
[dev-dependencies]
2121
criterion = { version = "0.8", features = ["html_reports"] }

rustortion-standalone/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hound = "3.5"
2121
ctrlc = { version = "3.5", features = ["termination"] }
2222
chrono = "0.4"
2323
clap = { version = "4.5", features = ["derive", "env"] }
24-
rubato = "0.16"
24+
rubato = "2.0"
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"
2727
crossbeam = "0.8"
@@ -32,7 +32,7 @@ dotenv = "0.15"
3232
anyhow = "1.0"
3333
rustfft = "6.4"
3434
realfft = "3.5"
35-
arc-swap = "1.8"
35+
arc-swap = "1.9"
3636
midir = "0.10"
3737

3838
[dev-dependencies]

0 commit comments

Comments
 (0)