From e7738b122dd88a4d5f73c88a3db6c99bc42e0c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:18:08 +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.2 - [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.2) Updates `pyo3-build-config` from 0.22.6 to 0.23.2 - [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.2) --- 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 cd0a247..6990f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "pyo3" -version = "0.22.6" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884" +checksum = "f54b3d09cbdd1f8c20650b28e7b09e338881482f4aa908a5f61a00c98fba2690" dependencies = [ "cfg-if", "libc", @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "pyo3-build-config" -version = "0.22.6" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38" +checksum = "3015cf985888fe66cfb63ce0e321c603706cd541b7aec7ddd35c281390af45d8" dependencies = [ "once_cell", "target-lexicon", @@ -167,9 +167,9 @@ dependencies = [ [[package]] name = "pyo3-ffi" -version = "0.22.6" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636" +checksum = "6fca7cd8fd809b5ac4eefb89c1f98f7a7651d3739dfb341ca6980090f554c270" dependencies = [ "libc", "pyo3-build-config", diff --git a/Cargo.toml b/Cargo.toml index 259e147..9c19d7b 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.2", 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.2" } [profile.release] codegen-units = 1