From 1c706ccca0b480e5f5a7c67385a5635b06eabf4e Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 28 Oct 2023 23:09:51 +0900 Subject: [PATCH] =?UTF-8?q?pyo3-log=E3=82=92v0.8.4=E3=81=8B=E3=82=89v0.8.3?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 4 ++-- crates/voicevox_core_python_api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b110933b1..4e851d537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2846,9 +2846,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.8.4" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c09c2b349b6538d8a73d436ca606dab6ce0aaab4dad9e6b7bdd57a4f556c3bc3" +checksum = "f47b0777feb17f61eea78667d61103758b243a871edc09a7786500a50467b605" dependencies = [ "arc-swap", "log", diff --git a/crates/voicevox_core_python_api/Cargo.toml b/crates/voicevox_core_python_api/Cargo.toml index 3f5fb3594..f2293b94c 100644 --- a/crates/voicevox_core_python_api/Cargo.toml +++ b/crates/voicevox_core_python_api/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.17" once_cell.workspace = true pyo3 = { version = "0.19.2", features = ["abi3-py38", "extension-module"] } pyo3-asyncio = { version = "0.19.0", features = ["tokio-runtime"] } -pyo3-log = "0.8.4" +pyo3-log = "=0.8.3" # https://github.com/VOICEVOX/voicevox_core/pull/664#issuecomment-1783801948 serde.workspace = true serde_json.workspace = true tokio.workspace = true