# HG changeset patch # User Link Mauve # Date 1778701438 -7200 # Node ID bdefd3e6d6f938a1ee2be9dc4f957d4e508bfcfe # Parent 11bc22bad1bfed29784a905a71837978584bca54 python: Bump the dependencies diff --git a/python/Cargo.toml b/python/Cargo.toml --- 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] diff --git a/utils/Cargo.toml b/utils/Cargo.toml --- 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"