bmcweb: srcrev bump 532d769725..4e7efda1ad

Carson Labrado (1):
      HTTP Client: Improve handling operation timeouts

Chicago Duan (1):
      Implements PowerSubsystem schema

Jiaqing Zhao (1):
      certificate: Allow deleting LDAP client certificate

Nan Zhou (1):
      redfish.hpp: fix header path

Willy Tu (1):
      utility: Append Url Pieces to existing Url

Change-Id: I1a0a845e44a1026224b1d2072cebd3ccf2de7dda
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 6bd7c84..35908da 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 = "532d769725d346d5339387016ce14d75d41ee3b2"
+SRCREV = "4e7efda1ada02e626bbbd70cf35a742fbe9cfe54"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"