From 0eb346bd599abfd9e66b175877fba0a59f9fc332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:22:54 +0000 Subject: [PATCH] deps: update rubato requirement from 1.0.1 to 3.0.0 in /crablet Updates the requirements on [rubato](https://github.com/HEnquist/rubato) to permit the latest version. - [Release notes](https://github.com/HEnquist/rubato/releases) - [Commits](https://github.com/HEnquist/rubato/compare/v1.0.1...v3.0.0) --- updated-dependencies: - dependency-name: rubato dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crablet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crablet/Cargo.toml b/crablet/Cargo.toml index 1fe354f..6078f4e 100644 --- a/crablet/Cargo.toml +++ b/crablet/Cargo.toml @@ -68,7 +68,7 @@ sha2 = "0.10" neo4rs = { version = "0.8.0", optional = true } bollard = { version = "0.20.1", optional = true } hound = { version = "3.5.1", optional = true } -rubato = { version = "1.0.1", optional = true } +rubato = { version = "3.0.0", optional = true } dasp = { version = "0.11.0", optional = true } gray_matter = "0.3.2" opentelemetry = { version = "0.31", optional = true }