From 44b7cd14251804b26716070d6e3a6a148dd05b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:39:14 +0000 Subject: [PATCH] chore(deps)(deps): update pyo3-build-config requirement Updates the requirements on [pyo3-build-config](https://github.com/pyo3/pyo3) to permit the latest version. - [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.21.0...v0.28.2) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-version: 0.28.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/quota-router-pyo3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quota-router-pyo3/Cargo.toml b/crates/quota-router-pyo3/Cargo.toml index 893691b..b436e63 100644 --- a/crates/quota-router-pyo3/Cargo.toml +++ b/crates/quota-router-pyo3/Cargo.toml @@ -26,4 +26,4 @@ uuid.workspace = true thiserror.workspace = true [build-dependencies] -pyo3-build-config = "0.21" +pyo3-build-config = "0.28"