bmcweb: srcrev bump a10321e792..d0eb0e7303

Ed Tanous (6):
      Don't use switch for single conditional http2
      Require specific compiler versions
      Add nolint for naming violations
      Fix redundant init issues
      Enable bugprone clang check
      Remove unused variable

Change-Id: I25a4e0a4cb74898960da73550b3577cbb8bfe947
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 4046756..cf8c08a 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 = "a10321e7924da96e6a11aa151347edf3314fed1c"
+SRCREV = "d0eb0e7303744d03aaa6f994bbbcdd6dc92bab13"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"