bmcweb: srcrev bump 86a5ac983f..f8ca6d7939

Ed Tanous (1):
      Allow async resolver to be optional

Change-Id: Ib3a89c41bea872f1657a5496ff794e7b5d4a78ef
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 b669316..657f4b6 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 = "86a5ac983f9715f7b1a0f8dee355906ac648e1d3"
+SRCREV = "f8ca6d79390b7f7fac5dbb82635dd6384810c668"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"