bmcweb: srcrev bump ce05f6c443..4ca3ec3c54

Albert Zhang (1):
      Add Redfish EnvironmentMetrics schema in bmcweb

Nikhil Namjoshi (1):
      Processor: Implement links and HEAD

Change-Id: I564e5419f78b475c8b963d4185460de58afb5a13
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 bc251a2..c3c7e98 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 = "ce05f6c443944f7243e7a134990e7ce689c61f49"
+SRCREV = "4ca3ec3c54d1d74fcd2b76c594be08fbba3774f1"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"