bmcweb: srcrev bump 6dcbb8675d..93f7a0d6a3

Ed Tanous (4):
      Change variable scopes
      Avoid copy
      Fix cppcheck error
      Use owning strings for aggregator URI

Gunnar Mills (1):
      Return bad request if can't construct

Change-Id: I097f216d38b9b0e1ff2db43ebdcc83e688a64894
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 38a7701..f514333 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 = "6dcbb8675d5c5765c3e53354b8f3b339effecd44"
+SRCREV = "93f7a0d6a328037147d610a97a4dbeedc38414ef"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"