diff options
| author | 2026-02-03 08:34:04 +0800 | |
|---|---|---|
| committer | 2026-02-03 08:34:04 +0800 | |
| commit | 62b8d7a90a8a0ffff959bdbabb3d52f050cb6f73 (patch) | |
| tree | e7b48a94dce32b84307e06ae063524520cf266bb /Cargo.toml | |
| parent | 282a414806b56dc08d0fe1cabba83c4413822254 (diff) | |
| parent | 46b4f61ec6cb0000f173c22f62debea50c97a66c (diff) | |
| download | conventional_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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |