Skip to content

Commit 884e1fa

Browse files
dependabot[bot]Rikorose
authored andcommitted
build(deps): update rubato requirement from 0.14 to 0.15 in /demo
Updates the requirements on [rubato](https://github.com/HEnquist/rubato) to permit the latest version. - [Release notes](https://github.com/HEnquist/rubato/releases) - [Commits](HEnquist/rubato@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: rubato dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d62ba68 commit 884e1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deep_filter = { path = "../libDF/", default-features = false, features = [
3737
"default-model",
3838
] }
3939
ndarray = "^0.15"
40-
rubato = "0.14"
40+
rubato = "0.15"
4141
ringbuf = "0.3"
4242
env_logger = "0.10"
4343
log = { version = "0.4", features = ["std"] }

0 commit comments

Comments
 (0)