From 78c2538198c07d8ea041180df712714609d4d31c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 05:06:52 +0000 Subject: [PATCH] Update Rust crate pyo3-asyncio to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5e1c90..836a924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] async-trait = "0.1.73" log = "0.4.20" pyo3 = "0.20.0" -pyo3-asyncio = { version = "0.19.0", features = ["tokio-runtime"] } +pyo3-asyncio = { version = "0.20.0", features = ["tokio-runtime"] } pyo3-log = "0.8.3" songbird = { version = "0.3.2", features = ["driver", "tokio", "yt-dlp"] } tokio = { version = "1.33.0", features = ["sync"] }