build(deps): bump pyo3-build-config from 0.22.5 to 0.22.6 (#384)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2024-11-12 09:03:09 +10:00 committed by GitHub
parent fde52f112e
commit f52a6da954
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

@ -795,9 +795,9 @@ dependencies = [
[[package]]
name = "pyo3-build-config"
version = "0.22.5"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc38c5feeb496c8321091edf3d63e9a6829eab4b863b4a6a65f26f3e9cc6b179"
checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
dependencies = [
"once_cell",
"target-lexicon",
@ -1114,7 +1114,7 @@ dependencies = [
"futures",
"itertools 0.13.0",
"pyo3",
"pyo3-build-config 0.22.5",
"pyo3-build-config 0.22.6",
"pythonize",
"serde",
"serde_json",

View File

@ -11,7 +11,7 @@ name = "tantivy"
crate-type = ["cdylib"]
[build-dependencies]
pyo3-build-config = "0.22.5"
pyo3-build-config = "0.22.6"
[dependencies]
base64 = "0.22"