bmcweb: srcrev bump 814bf20a38..4a2e485d4d

Albert Zhang (1):
      Add Status information for Fan

Ed Tanous (1):
      Use openssl random number generator

George Liu (4):
      Implements FanCollection schema
      Implements Fan schema
      Add asset information for Fan
      Add Location information for Fan

Ravi Teja (1):
      Fix clang-tidy error for ibm/locks

Change-Id: Ic5b8c21084b6ab9cbf9c47774683ff10c161349e
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 8397f23..5bb6871 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 = "814bf20a383c891931b9f68b2d49c6b52318603d"
+SRCREV = "4a2e485d4d846ef7b6e03749795e9dc827b50ba1"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"