build(deps): bump pyo3-build-config from 0.22.1 to 0.22.2 (#315)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2024-07-23 08:48:03 +10:00 committed by GitHub
parent 2da4030321
commit 37a489eaba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -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",

View File

@ -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"