bmcweb: srcrev bump 00a0fe4e36..91f75caf02

Ed Tanous (1):
      Fix regression in Manager chassis finding

Change-Id: I030c0e367fd0e8140489ba72e4565b922ec40dd1
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 4797f7f..0bc8797 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 = "00a0fe4e361efcdeb600f3a2e88b746fa18b9715"
+SRCREV = "91f75caf02dbebc549ce95c9a282302169c06ad7"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"