Update all dependencies

Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/1927
Change-Id: Ibf6af062043f47b40bcb66cd49cd971e96e2b8cc
diff --git a/src/main.cpp b/src/main.cpp
index 354114f..f702cb8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -42,7 +42,7 @@
         std::stringstream stream;
         auto completionsSet = parser.completeCommand(input, stream);
 
-        std::vector<std::string> res;
+        std::vector<replxx::Replxx::Completion> res;
         std::transform(completionsSet.begin(), completionsSet.end(), std::back_inserter(res),
                 [input](auto it) { return it; });
         return res;