From 056927e2912c9a1e494ac5b6f9a9469ddadbcc71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:05:43 +0000 Subject: [PATCH] chore(deps): update infer requirement in /crates/factory-engine Updates the requirements on [infer](https://github.com/bojand/infer) to permit the latest version. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.19.0...v0.22.0) --- updated-dependencies: - dependency-name: infer dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/factory-engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/factory-engine/Cargo.toml b/crates/factory-engine/Cargo.toml index 3adce476..e876711a 100644 --- a/crates/factory-engine/Cargo.toml +++ b/crates/factory-engine/Cargo.toml @@ -32,7 +32,7 @@ tokio-util = { version = "0.7", features = ["rt"] } # `/api/factory/artifacts/by-path` query parameters. reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] } urlencoding = "2" -infer = "0.19" +infer = "0.22" uuid = { version = "1", features = ["v4", "serde"] } sha2 = "0.10" # Spec 102 FR-008.1 — Ed25519 signing for governance certificates.