bmcweb: srcrev bump 6c3e945110..0ed80c8ce9

George Liu (1):
      UpdateService: Support for MultipartHttpPushUri

Change-Id: Ie03ee90e4226fe3b36b6b29477f3ccb3a430a99d
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 efb34ea..812cc9a 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 = "6c3e94511027133db407f9e1c3c628927ec1332f"
+SRCREV = "0ed80c8ce93a38eca6951ffad5c3143a3a720053"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"