bmcweb: srcrev bump a56174963e..dfb2b40839

Carson Labrado (1):
      Aggregation: Add satellite only links

Ed Tanous (2):
      Remove IBM console events from Redfish
      Simplify duration string parsing

Priyanga Ramasamy (1):
      Incorrect value displayed for total system memory

Change-Id: I61c9a9217dab9f2b873624d9df1ce8dfa16c2d96
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 d755666..b33b52b 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 = "a56174963e1d8bd9fc90cdeb3aa7f1b7f2e0dca4"
+SRCREV = "dfb2b40839d6cd6b96e4d891c46d964c8f2c930b"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"