Whenever I execute an apt-get upgrade, I am confronted with a popup telling me that two of my daemons are using outdated libraries, and I am asked whether or not I wish to restart those services.
One is unattended-upgrades.service, another is the networkd-dispatcher.service. Both services run after a reboot of the server, but are not restarted after an apt-get upgrade unless I manually select them in the interactive popup.
Is there a way to identify and update the libraries that are triggering the popup? Should it be concerning that outdated libraries are being used for these services?
I am NOT interested in preventing this popup from occurring when outdated libraries are detected, as was addressed in the question apt-get upgrade auto restart services. I value the feedback. I'm asking to learn if there is a way to update the outdated libraries.