From dfaa02a71ade205a3c0dd617781dd8183945790e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:53:58 +0000 Subject: [PATCH] Bump the pyo3 group across 1 directory with 2 updates Bumps the pyo3 group with 2 updates in the / directory: [pyo3](https://github.com/pyo3/pyo3) and [pyo3-build-config](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.22.6 to 0.23.3 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.22.6...v0.23.3) Updates `pyo3-build-config` from 0.22.6 to 0.23.3 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.22.6...v0.23.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pyo3 - dependency-name: pyo3-build-config dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pyo3 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e10177f..055feb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "pyo3" -version = "0.22.6" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884" +checksum = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15" dependencies = [ "cfg-if", "libc", @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "pyo3-build-config" -version = "0.22.6" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38" +checksum = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b" dependencies = [ "once_cell", "target-lexicon", @@ -167,9 +167,9 @@ dependencies = [ [[package]] name = "pyo3-ffi" -version = "0.22.6" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636" +checksum = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d" dependencies = [ "libc", "pyo3-build-config", diff --git a/Cargo.toml b/Cargo.toml index 3263e44..c4a9e09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ chrono = { version = "0.4.38", default-features = false } half = { version = "2.4.1", default-features = false } itoa = { version = "1", default-features = false } once_cell = { version = "1", default-features = false, features = ["race"] } -pyo3 = { version = "^0.22.6", default-features = false, features = ["extension-module"] } +pyo3 = { version = "^0.23.3", default-features = false, features = ["extension-module"] } rmp = { version = "^0.8.14", default-features = false, features = ["std"] } serde = { version = "1", default-features = false } serde_bytes = { version = "0.11.15", default-features = false, features = ["std"] } @@ -52,7 +52,7 @@ simdutf8 = { version = "0.1.5", default-features = false, features = ["std"] } smallvec = { version = "^1.13", default-features = false, features = ["union", "write"] } [build-dependencies] -pyo3-build-config = { version = "^0.22.0" } +pyo3-build-config = { version = "^0.23.3" } [profile.release] codegen-units = 1