Skip to content

Commit 4ffdd63

Browse files
Bump pyo3 from 0.13.2 to 0.17.3 in /src/rust
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.13.2 to 0.17.3. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.13.2...v0.17.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 407dd88 commit 4ffdd63

File tree

2 files changed

+54
-97
lines changed

2 files changed

+54
-97
lines changed

src/rust/Cargo.lock

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

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
lazy_static = "1"
10-
pyo3 = { version = "0.13.1" }
10+
pyo3 = { version = "0.17.3" }
1111
asn1 = { version = "0.5.3", default-features = false, features = ["derive"] }
1212
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
1313
ouroboros = "0.9"

0 commit comments

Comments
 (0)