bmcweb: srcrev bump 480662d437..db7b3876bc

Carson Labrado (2):
      Fix local compile
      LogService: Retrieve dump generated by Manager

Ed Tanous (3):
      Remove extra variables in websockets
      Update schemas to 2023.2
      Fix boost build locally

Patrick Williams (4):
      multipart-parser: use emplace_back
      clang-format: copy latest and re-format
      utils: date: fix clang warning
      multipart-parser: eliminate temporary to emplace_back

Change-Id: I6a7c5d6f74c149bab290d6212c2f5b287d648036
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 fefacc3..649950f 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 = "480662d437e238048a56efea591dbfbae9d5d065"
+SRCREV = "db7b3876bc537dc927f162952e060d91ed1e3f7b"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"