From 3e6055c56fdd4241729de4be6b9407b03569d28e Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 16 Jul 2026 13:41:12 -0400 Subject: [PATCH] bump: tokio --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32c55bb..9653806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "sidm" version = "0.10.1" rust-version = "1.95" edition = "2024" +license = "MIT" +description = "CLI tool to download and upload music from soaricarus" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -10,7 +12,7 @@ http = { version = "1.4.2" } reqwest = { version = "0.13.4", features = ["json", "blocking", "multipart", "stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" -tokio = { version = "1.52.3", features = ["full"] } +tokio = { version = "1.52.4", features = ["full"] } tokio-util = { version = "0.7.18", features = ["codec"] } uuid = { version = "1.23.4", features = ["v4", "serde"] } simodels = { git = "ssh://git@git.kundeng.us/phoenix/simodels.git", tag = "v0.11.3-main-fe9d101bd0-111" }