Skip to content

Commit cce5b91

Browse files
committed
bump pyo3 to latest
why is dependabot failing at this?
1 parent b276239 commit cce5b91

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
1717
bench = false
1818

1919
[dependencies]
20-
pyo3 = { version = "0.28.0", features = ["extension-module", "abi3-py39"] }
20+
pyo3 = { version = "0.28.1", features = ["extension-module", "abi3-py39"] }
2121
cpp-linter = { path = "../../cpp-linter" }
2222
tokio = "1.49.0"
2323

0 commit comments

Comments
 (0)