bmcweb: srcrev bump 7a3a8f7aa2..40e4f380d6

Chicago Duan (1):
      Add PowerSubsystem PowerSupply and PowerSupplyCollection schema

Ed Tanous (2):
      Make routes start matching Redfish
      Remove support for scaling parameter sensors

Jiaqing Zhao (2):
      ethernet: Remove parseInterfaceData() for VLAN
      ethernet: Change the behavior of setting VLANEnable

Krzysztof Grobelny (2):
      Fixed issues with multipart parser
      Fixes invalid memory access

Change-Id: I275007b8c4b51231a696974b4ed7f014b59cf7c1
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 7b218df..91bc004 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 = "7a3a8f7aa20017a1bdb4f22737f03a12d0930f19"
+SRCREV = "40e4f380d645c6bbe6bd8050e501203798a0c488"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"