bmcweb: srcrev bump a115d87f83..01a89a1f05

Ed Tanous (1):
      Fix regression in @odata failure paths

George Liu (2):
      Add asset information for PowerSupply
      Add FirmwareVersion For PowerSupply

Change-Id: I1c09c4f46d3a940f9a4b35513be3933e4657576f
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 5e5d2fd..10f78f8 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "a115d87f837f06a2a61646bd3cc5304c09956ef4"
+SRCREV = "01a89a1f05f960fa91b7e90a641faa3850e3c3ff"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"