bmcweb: srcrev bump 4a2e485d4d..e1452bea28

Ed Tanous (1):
      AsyncResolve cleanups and error handling

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