diff --git a/Cargo.toml b/Cargo.toml index 7cdef41..b19c63a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ rusqlite = { version = "0.39", features = ["bundled"] } r2d2 = "0.8" # Docker -bollard = "0.16" +bollard = "0.20" # HTTP client (for LLM API) reqwest = { version = "0.12.24", default-features = false, features = ["json", "blocking", "rustls-tls"] }