Skip to content

Commit 986ba9a

Browse files
dependabot[bot]joshuadavidthomas
authored andcommitted
Update pyo3 requirement from 0.23 to 0.24 in the cargo group
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Updates `pyo3` to 0.23.5 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.0...v0.23.5) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de588ce commit 986ba9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ djls-worker = { path = "crates/djls-worker" }
1111

1212
anyhow = "1.0"
1313
async-trait = "0.1"
14-
pyo3 = "0.23"
14+
pyo3 = "0.24"
1515
pyo3-async-runtimes = "0.23"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"

0 commit comments

Comments
 (0)