From 074d698a2776c11220db4683a1f89c8033f9d197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:04:43 +0000 Subject: [PATCH] chore(deps): update openssl-src requirement from =300.3.1 to =300.4.1 Updates the requirements on [openssl-src](https://github.com/alexcrichton/openssl-src-rs) to permit the latest version. - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases) - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits) --- updated-dependencies: - dependency-name: openssl-src 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 712d325e..a9a012d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ mime = "0.3.17" mockito = "1.5" object_store = "0.11.0" openssl = { version = "0.10.68", features = ["vendored"] } -openssl-src = "=300.3.1" # joinked from https://github.com/iopsystems/rpc-perf/commit/705b290d2105af6f33150da04b217422c6d68701#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R41 to cross-compile Python +openssl-src = "=300.4.1" # joinked from https://github.com/iopsystems/rpc-perf/commit/705b290d2105af6f33150da04b217422c6d68701#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R41 to cross-compile Python parquet = { version = "52.2", default-features = false } pgstac = { version = "0.2.2", path = "crates/pgstac" } pyo3 = "0.22.3"