bmcweb: srcrev bump 4d1db045ef..e10f0176d6

Ed Tanous (13):
      Use readJson to simplify update
      Clean up Certificate Service to use readJson
      Clean up power/thermal to use readJsonObject
      Clean up processor to use readJson
      Clean up metric report definition to use readJsonObject
      Clean up Manager to use readJson
      Clean up management console rest to use readJson
      Clean up triggers to use readJson
      Clean up event service to use readJson
      Allow no spaces in content-type
      Allow routes with 5 wildcards
      Allow reading http2 bodies
      Revert "Refactor after login"

Change-Id: I5eb310124600025f15e1a5b07546dedde13f3fb6
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 b6cd709..4cefd87 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 = "4d1db045ef30d0b717220d2ef61530c2b1fb0bb1"
+SRCREV = "e10f0176d66a2737edefec71f40376566769712b"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"