aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <leader@hydroroll.team>2026-02-03 08:34:04 +0800
committerGitHub <noreply@github.com>2026-02-03 08:34:04 +0800
commit62b8d7a90a8a0ffff959bdbabb3d52f050cb6f73 (patch)
treee7b48a94dce32b84307e06ae063524520cf266bb /Cargo.toml
parent282a414806b56dc08d0fe1cabba83c4413822254 (diff)
parent46b4f61ec6cb0000f173c22f62debea50c97a66c (diff)
downloadconventional_role_play-62b8d7a90a8a0ffff959bdbabb3d52f050cb6f73.tar.gz
conventional_role_play-62b8d7a90a8a0ffff959bdbabb3d52f050cb6f73.zip
Merge pull request #16 from HydroRoll-Team/dependabot/cargo/pyo3-0.28.0
chore(deps): update pyo3 requirement from 0.27.0 to 0.28.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef761fd..e5fd91a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ name = "_core"
crate-type = ["cdylib"]
[dependencies]
-pyo3 = { version = "0.27.0", features = ["abi3-py39"] }
+pyo3 = { version = "0.28.0", features = ["abi3-py39"] }
time = { version = "0.3.39", features = ["formatting", "macros", "local-offset"] }
regex = "1.10"
serde = { version = "1.0", features = ["derive"] }