From 37a489eaba7402e20ab53ccf6e613e36288612bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:48:03 +1000 Subject: [PATCH] build(deps): bump pyo3-build-config from 0.22.1 to 0.22.2 (#315) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 265cbdf..d7a5431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -789,9 +789,9 @@ dependencies = [ [[package]] name = "pyo3-build-config" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7879eb018ac754bba32cb0eec7526391c02c14a093121857ed09fbf1d1057d41" +checksum = "1e8730e591b14492a8945cdff32f089250b05f5accecf74aeddf9e8272ce1fa8" dependencies = [ "once_cell", "target-lexicon", @@ -1107,7 +1107,7 @@ dependencies = [ "futures", "itertools 0.13.0", "pyo3", - "pyo3-build-config 0.22.1", + "pyo3-build-config 0.22.2", "pythonize", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1417155..a2495ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "tantivy" crate-type = ["cdylib"] [build-dependencies] -pyo3-build-config = "0.22.1" +pyo3-build-config = "0.22.2" [dependencies] base64 = "0.22"