From ef8e6c319021edaa0ac25fe492e4728179dc2d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:54:09 +0000 Subject: [PATCH] build(deps): update minreq requirement from 2.14.1 to 3.0.0 Updates the requirements on [minreq](https://github.com/neonmoe/minreq) to permit the latest version. - [Release notes](https://github.com/neonmoe/minreq/releases) - [Changelog](https://github.com/neonmoe/minreq/blob/master/CHANGELOG.md) - [Commits](https://github.com/neonmoe/minreq/compare/2.14.1...3.0.0) --- updated-dependencies: - dependency-name: minreq dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- controller/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 547c774..0e0ec8c 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -48,7 +48,7 @@ rcgen = "0.14.7" # Plugins wasmtime = { version = "45.0.1", default-features = false, features = ["anyhow", "addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } wasmtime-wasi = { version = "45.0.1", optional = true } -minreq = { version = "2.14.1", features = ["https-rustls"], optional = true } +minreq = { version = "3.0.0", features = ["https-rustls"], optional = true } [build-dependencies] toml = "1.0.6"