Skip to content

Commit 12506ca

Browse files
Bump pyo3 from 0.22.4 to 0.22.5 in /src/rust (#11771)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.22.4 to 0.22.5. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.4...v0.22.5) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fa9aac commit 12506ca

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/rust/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.

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version.workspace = true
1717
[dependencies]
1818
once_cell = "1"
1919
cfg-if = "1"
20-
pyo3 = { version = "0.22.4", features = ["abi3"] }
20+
pyo3 = { version = "0.22.5", features = ["abi3"] }
2121
asn1 = { version = "0.17.0", default-features = false }
2222
cryptography-cffi = { path = "cryptography-cffi" }
2323
cryptography-keepalive = { path = "cryptography-keepalive" }

src/rust/cryptography-cffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish.workspace = true
77
rust-version.workspace = true
88

99
[dependencies]
10-
pyo3 = { version = "0.22.4", features = ["abi3"] }
10+
pyo3 = { version = "0.22.5", features = ["abi3"] }
1111
openssl-sys = "0.9.103"
1212

1313
[build-dependencies]

src/rust/cryptography-keepalive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ publish.workspace = true
77
rust-version.workspace = true
88

99
[dependencies]
10-
pyo3 = { version = "0.22.4", features = ["abi3"] }
10+
pyo3 = { version = "0.22.5", features = ["abi3"] }

0 commit comments

Comments
 (0)