From 631be719e9c83948f3fa967101605ecee028f985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:07:22 +0000 Subject: [PATCH] deps: update infer requirement from 0.15 to 0.19 in /backend 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.15.0...v0.19.0) --- updated-dependencies: - dependency-name: infer dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 59fa0a01..2206b842 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -27,7 +27,7 @@ dotenv = "0.15" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } uuid = { version = "1.4", features = ["v4", "fast-rng", "macro-diagnostics"] } -infer = "0.15" +infer = "0.19" url = "2.5" idna_adapter = "=1.2.1" regex = { version = "1.10", default-features = false, features = ["std"] }