python: Bump the dependencies
| author |
Link Mauve <linkmauve@linkmauve.fr> |
| date |
Wed, 13 May 2026 21:43:58 +0200 |
| parents |
11bc22bad1bf |
| children |
8c2ef2d503c9 |
| files |
python/Cargo.toml utils/Cargo.toml |
| diffstat |
2 files changed, 3 insertions(+), 3 deletions(-)
[+]
|
line diff
--- a/python/Cargo.toml
+++ b/python/Cargo.toml
@@ -15,9 +15,9 @@
[dependencies]
touhou-formats = "*"
touhou-utils = { version = "*", path = "../utils" }
-pyo3 = "0.27"
+pyo3 = "0.28"
glob = "0.3.3"
-kira = "0.11.0"
+kira = "0.12.0"
png = "0.18.0"
[features]
--- a/utils/Cargo.toml
+++ b/utils/Cargo.toml
@@ -11,4 +11,4 @@
[dependencies]
const_for = "0.1.5"
-getrandom = "0.3.4"
+getrandom = "0.4.0"