bmcweb: srcrev bump b2896149c3..4d1db045ef

Ed Tanous (2):
      Make readJson accept object_t
      Change logging to default to Error/Critical

Change-Id: I15b436f5d7fc72631d64f352baaebf1e2d3cd18a
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 6c31f40..b6cd709 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 = "b2896149c39967dd9d1ee79357bdc53537cfabd7"
+SRCREV = "4d1db045ef30d0b717220d2ef61530c2b1fb0bb1"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"