bmcweb: srcrev bump 8b2521a5a3..6c3e945110

Carson Labrado (2):
      Aggregation: Increase response read limit to 50MB
      LogService: Fix potential null pointer dereference

Chris Cain (1):
      systems: Fix missing EnterDwellTime property

Ed Tanous (4):
      Add component integrity schemas
      Remove authorization checks in nbd_proxy
      Break out another lambda
      nbd proxy and websocket cleanups

George Liu (1):
      Refactor getAssociationEndPoints method

Jonathan Doman (1):
      Fix Request use-after-move

Sunitha Harish (1):
      IPv6: Remove AddressState from redfish response.

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