From a5b966b529e2c7f6b963d1aa588770d3aceeaea6 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 18 Nov 2024 13:43:28 +0100 Subject: [PATCH] Update rosu-mods to v0.2 (#40) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62accf7..4e36608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ leaky-bucket-lite = { version = "0.5" } hyper = { version = "0.14", default-features = false, features = ["client"] } hyper-rustls = { version = "0.24.1", default-features = false, features = ["http1", "http2", "native-tokio"] } itoa = { version = "1.0.9" } -rosu-mods = { version = "0.1.0", features = ["serde"] } +rosu-mods = { version = "0.2.0", features = ["serde"] } serde = { version = "1.0.203", default-features = false, features = ["derive"] } serde_json = { version = "1.0", default-features = false, features = ["std", "raw_value"] } serde_urlencoded = { version = "0.7.1" }