Fix build issues with boost 1.87

Update deprecated terminology that was removed in boost 1.87.

Change-Id: I85e6103745f10bcaa0d383e339130fbaac08d8a7
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/src/main.cpp b/src/main.cpp
index 8634f16..df1f9e6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -35,7 +35,7 @@
         info("Using temporary path {PATH}", "PATH", persistPath);
     }
 
-    boost::asio::io_service io;
+    boost::asio::io_context io;
     auto systemBus = std::make_shared<sdbusplus::asio::connection>(io);
 
     systemBus->request_name(bios_config::service);