bmcweb: srcrev bump 587090cd38..bd79bce8c3

Alexander Hansen (1):
      event logs: move route requests

Ed Tanous (3):
      Consolidate LogEntry builders
      Trick bugprone exception escape
      Make set properties return 200 Success not 204

Patrick Williams (1):
      clang-format: re-format for clang-18

Change-Id: Ie05b023a49c4047892051eff8c9091c6978bde5f
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index e64e3ca..6542870 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "587090cd3869ed7f419dfbf9ac3e046366a91024"
+SRCREV = "bd79bce8c3f1deb1fb2773868b9ece25233cf27b"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"