From 210febc2dad827a968eadf4786a4098e9fdefbbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:06:33 +0000 Subject: [PATCH] Update rosu-pp requirement from 0.9.4 to 0.10.0 Updates the requirements on [rosu-pp](https://github.com/MaxOhn/rosu-pp) to permit the latest version. - [Changelog](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md) - [Commits](https://github.com/MaxOhn/rosu-pp/compare/v0.9.4...v0.10.0) --- updated-dependencies: - dependency-name: rosu-pp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 043e925..2e8d1ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ bitflags = { version = "2.3.3", features = ["serde"] } thiserror = "1.0.43" byteorder = "1.4.3" itertools = "0.11.0" -rosu-pp = "0.9.4" +rosu-pp = "0.10.0" tsify = { version = "0.4.5", features = ["js"] } libosu = { version = "0.0.28", features = ["serde"] } md5 = "0.7.0"