diff --git a/Cargo.lock b/Cargo.lock index 4013c95d..2fd2ab40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,9 +385,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eb421dc86d38d08e04b927b02424db480be71b777fa3a56f32e2f2a3a1a3b08" +checksum = "be5bb22b77965a7b5394e9aae9897a0607b51df5167561ffc3b02643b4200bc7" dependencies = [ "arc-swap", "log", diff --git a/Cargo.toml b/Cargo.toml index 7cd4ce59..c9fbd9be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ignore = "=0.4.23" log = "=0.4.22" path-slash = "=0.2.1" pyo3 = { version = "=0.23.3", features = ["abi3-py39", "generate-import-lib"] } -pyo3-log = "=0.12.0" +pyo3-log = "=0.12.1" rayon = "=1.10.0" regex = "=1.11.1" ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.8.1" }