bmcweb: srcrev bump 9c11a17224..7a3a8f7aa2

Ed Tanous (2):
      Make the schemas.hpp generated file #include array
      Write down the dbus->redfish conversion rules

George Liu (1):
      Add Fan and FanCollection schema

Jiaqing Zhao (2):
      certificate: Replace lambda with inline function
      certificate: Add deleteCertificate function

Change-Id: I642f2d52ff8fefa2959108317feea952024dc2e9
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 42c9787..7b218df 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 = "9c11a172247a663dfbd708f0ded12024afd9fb1e"
+SRCREV = "7a3a8f7aa20017a1bdb4f22737f03a12d0930f19"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"