Skip to content

Commit df3ed7b

Browse files
Bump pyo3 from 0.22.1 to 0.22.2 in /src/rust (#11292)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.22.1 to 0.22.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.22.2/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.1...v0.22.2) --- 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 783223f commit df3ed7b

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.1", features = ["abi3"] }
20+
pyo3 = { version = "0.22.2", features = ["abi3"] }
2121
asn1 = { version = "0.16.2", 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.1", features = ["abi3"] }
10+
pyo3 = { version = "0.22.2", features = ["abi3"] }
1111
openssl-sys = "0.9.102"
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.1", features = ["abi3"] }
10+
pyo3 = { version = "0.22.2", features = ["abi3"] }

0 commit comments

Comments
 (0)