Merge pull request #5237 from RosettaCommons/roccomoretti/fix_boost_warnings
Fix Boost Deprecation Warnings
We're currently encountering a number of deprecation warnings from Boost. Infuriatingly, that's not because of anything we're doing in Rosetta, but instead it's due to Boost's own usage of Boost headers.
Since we initially updated to Boost 1.74 and ran into these issues, fixes for them have been posted to the upstream repos. This PR selectively updates the Boost submodules at issue to a version which has the fixes. (It's not a general update of Boost.)