bmcweb: srcrev bump 2f3d9bd0c8..e645c5e6a9

Ed Tanous (8):
      Implement Manager/ServiceRootUptime
      Fix some more includes
      Make pcie_slots compile
      Revert "Implement Manager/ServiceRootUptime"
      Remove security headers middleware test
      Implement alternative to on boost::split
      Fix missing include
      Add option for validating content-type header

Gunnar Mills (1):
      Fix missed include

Konstantin Aladyshev (2):
      Don't decrease POST codes time precision
      Don't decrease journal messages time precision

Lakshmi Yadlapati (5):
      Add Location information for FabricAdapter
      Add Asset information for FabricAdapter
      Add State information for FabricAdapter
      Add Health information for FabricAdapter
      Fix missed include

Change-Id: Ieb011adde37810314db35703d927f8fd75a20663
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 6fa3769..73f7b6b 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 = "2f3d9bd0c8504176e6f7a12503bb253a7761ed8b"
+SRCREV = "e645c5e6a922817a56c3b9452799b8b4cce38a7c"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"