bmcweb: srcrev bump 894744945e..4a0e1a0cf3

Brad Bishop (1):
      processor: Don't display DBus defaults

Carson Labrado (1):
      Aggregation: Ignore JsonSchemas and fix prefixes

Claire Weinan (2):
      LogService: Increase Fault Log timestamp precision
      LogService: System dump calls common dump handlers

Ed Tanous (8):
      Make system handlers inline
      Fix thrown exception
      Remove nlohmann brace initialization
      ConnectionInfo move to bind_front
      Improve content type
      Make Accepts: */* default to JSON
      Fix regression on expand handling
      Fix content-type return behavior for */*

Jiaqing Zhao (1):
      ethernet: Bump EthernetInterface schema 1.4.1 -> 1.6.0

Krzysztof Grobelny (2):
      used sdbusplus::unpackPropertiesNoThrow part 8
      Fix function getLogFromRegistry

Nan Zhou (5):
      gitignore: clean up
      query: propogate errors for expand
      privilege registry: simplify writing headers
      registries: iwyu
      treewide: reorganize unit tests

Nikhil Namjoshi (1):
      Memory: Fix the missing fields in Dimm Response

Patrick Williams (1):
      clang-tidy: fix misc warnings

Tyson Tuckerbear (1):
      memory.hpp: Add High Bandwidth Memory v3 (HBM3)

Change-Id: I64d4fa8ee4790980ec098cf537d349cc74293bae
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 da9d945..fb5c1e4 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 = "894744945e8f40a93fbcd6c100c92e0cf5b0ef67"
+SRCREV = "4a0e1a0cf378e7bf4909c2ea8fc6e77e0d77ca6d"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"