Skip to content

Commit 0cfe8ce

Browse files
fix(deps): update rust crate pyo3 to 0.28.2 [security] (#440)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | pyo3 | 0.28.0 | 0.28.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent f9af505 commit 0cfe8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pyaugurs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ augurs-forecaster.workspace = true
2727
augurs-mstl.workspace = true
2828
augurs-seasons.workspace = true
2929
numpy = "0.28.0"
30-
pyo3 = { version = "0.28.0", features = ["extension-module"] }
30+
pyo3 = { version = "0.28.2", features = ["extension-module"] }
3131
tracing = { version = "0.1.37", features = ["log"] }
3232

3333
[lints]

0 commit comments

Comments
 (0)