From 39faa6e303b8466b7634c25393afdc1fe10ea879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:58:12 +0000 Subject: [PATCH 1/2] Update lexical-core requirement from 0.8.5 to 1.0.1 Updates the requirements on [lexical-core](https://github.com/Alexhuszagh/rust-lexical) to permit the latest version. - [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases) - [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG) - [Commits](https://github.com/Alexhuszagh/rust-lexical/compare/v0.8.5...1.0.1) --- updated-dependencies: - dependency-name: lexical-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 789093b..30f1c1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ pyo3 = { version = "0.22.0", features = [ num-traits = { version = "0.2.15", default-features = false, features = [ "libm", ] } -lexical-core = { version = "0.8.5", default-features = false, features = [ +lexical-core = { version = "1.0.1", default-features = false, features = [ "parse-integers", "parse-floats", ] } From bb642719f95aa6ad1a4e163098b876e914e60432 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 18 Sep 2024 05:21:36 +0000 Subject: [PATCH 2/2] openssl regression fix --- .github/workflows/python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index b6a1993..b5803b9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -31,6 +31,8 @@ jobs: python-version: '3.11' check-latest: false allow-prereleases: false + - name: Fix openssl regression + run: cargo update openssl-src --precise 300.3.1+3.3.1 - name: Build wheels uses: PyO3/maturin-action@v1 with: