bmcweb: srcrev bump 7a54389415..a56174963e

Albert Zhang (1):
      Add support for redfish StopBootOnFault

Ed Tanous (15):
      Split up findNavigationReference
      Make findNavigationReference* use references
      FindNavigationReferences rename p->jsonPtr
      Remove now-unused isParameterTagCompatible
      Remove computeParameterTagFromArgsList
      Remove ServerSentEvents class
      Make error codes take by reference
      Rename all error_code instances to ec
      Simplify the router
      Remove the black_magic namespace
      HTTP/2 support
      Update to owasp headers
      Provide bmcweb-specific bmcweb exception handler
      Remove FunctionTraits
      Fix a bug for zero arg EventLog entries

George Liu (2):
      Refactor setProperty method
      Add efficiency percent for PowerSupply

Gunnar Mills (1):
      Remove reference to phosphor-webui

Jie Yang (1):
      Add topology links for Chassis

Lakshmi Yadlapati (4):
      Use getPCIeDeviceList in PCIeDeviceCollection
      Refactor powerSupplyPath association retrieval
      Refactor redfishPcieGenerationFromDbus and redfishSlotType
      Add PCIe Slot information to PCIeDevice schema

Nitin Kumar Kotania (1):
      Static IPv6 config: Send relevant error on patch.

Change-Id: I8b62bac374a88a85780ea3d034e80bdf1e8743c0
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 0e99986..d755666 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 = "7a54389415ea264ffdd9605002ee6f61bd6a995f"
+SRCREV = "a56174963e1d8bd9fc90cdeb3aa7f1b7f2e0dca4"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"