bmcweb: srcrev bump a88562de39..2feeb9d057

Ed Tanous (3):
      Add ManagerProvidingService implementation
      Implement ManagerDiagnosticData/ServiceRootUptimeSeconds
      Remove excessive logging in managers

Change-Id: Ic9e483966015e88c8ce508c431e1ff4e8b0dd9dd
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 214d978..3343d3c 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 = "a88562de3928f88e71505e629b640adfc00c2b62"
+SRCREV = "2feeb9d05739ee5de4f10aaa1527bc077c7a46e6"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"