aboutsummaryrefslogtreecommitdiff
path: root/hittekaart-py/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-11-29 19:38:14 +0100
committerDaniel Schadt <kingdread@gmx.de>2025-11-29 19:38:14 +0100
commit79c600652df850bc8b9f90185d2dc4b39c9599cb (patch)
tree6bcc10f4aba1e4be9c6401c9a3cff0f696d31e86 /hittekaart-py/Cargo.toml
parent31fae8e52a491b9daf5b4da4db1083292a2a93bc (diff)
downloadhittekaart-79c600652df850bc8b9f90185d2dc4b39c9599cb.tar.gz
hittekaart-79c600652df850bc8b9f90185d2dc4b39c9599cb.tar.bz2
hittekaart-79c600652df850bc8b9f90185d2dc4b39c9599cb.zip
update dependencies
Diffstat (limited to 'hittekaart-py/Cargo.toml')
-rw-r--r--hittekaart-py/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hittekaart-py/Cargo.toml b/hittekaart-py/Cargo.toml
index 915f467..cddc759 100644
--- a/hittekaart-py/Cargo.toml
+++ b/hittekaart-py/Cargo.toml
@@ -9,6 +9,6 @@ name = "hittekaart_py"
crate-type = ["cdylib"]
[dependencies]
-pyo3 = "0.26.0"
+pyo3 = "0.27.1"
hittekaart = { path = "../hittekaart" }
rayon = "1.10.0"