bmcweb: srcrev bump a553291f51..d51c61b4b7

Alexander Hansen (1):
      event service manager: more meaningful debug logs

Ed Tanous (8):
      Fix std::forwards
      Fix static analysis issues
      Fix static analysis issues
      Fix static analysis
      static -> inline
      Remove duplicated block comments
      Rename sendEvent
      Reorganize gtest

Janet Adkins (1):
      Sensors: Add SpeedRPM property

Lakshmi Yadlapati (1):
      dbus_utility: Support new ObjectMapper methods

Lei YU (1):
      websocket: Handle eof and truncated stream

Myung Bae (5):
      Remove unused OemComputerSystem json file
      Fix Missed Renamed OpenBMCManager word
      Fix EventDesition schema version usage
      Fix 404 status from JsonSchemas FileGet
      Fix status for non-existent JsonSchema FileGet

Ravi Teja (1):
      Fix IPv6 static default gateway

Change-Id: Ifa5eb0790b491ab6baf0c386a22701273ae71577
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 ebd44b9..7761162 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "a553291f5179816c547db3a3baa36ad06b14626e"
+SRCREV = "d51c61b4b7b57cf1b662f03dc99819bf025f283a"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"