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"