bmcweb: srcrev bump 4652c64040..a553291f51

Abhilash Raju (1):
      Pam refactoring: To support multiple prompts

Aushim Nagarkatti (1):
      Improve bmcweb CLI app

Carson Labrado (1):
      Fix boost 1.86.0 wrap file

Ed Tanous (9):
      Fix includes
      Enable clang-include-cleaner
      Remove IWYU pragmas
      Move response creation into PasswordData class
      Break out post codes
      Break out post codes into separate functions
      Break out hostlogger
      Break out host logger into methods
      Format OEM schemas with xmllint

Gunnar Mills (3):
      Fix getLogEntryCollection privilege
      Correct comment to reflect PrivilegeRegistry
      User creation: Add EC to Log

Janet Adkins (1):
      Sensors: Add enum for chassis sub nodes

Joonwon Kang (1):
      Filter out query params in searchCollectionsArray

Konstantin Aladyshev (1):
      Require Inventory.Item.PCIeDevice for PCIe objects

Myung Bae (2):
      Correct OpenBMCComputerSystem schema content
      Fix OpenBMC JsonSchemas installation

Patrick Williams (1):
      meson: switch code dependency to libsystemd

Change-Id: I14fc991015ac33bb505f209b47ac26dfc7c1f798
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 295a14f..ebd44b9 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "4652c640404d8e6bf7835663f7fe766a436a76ad"
+SRCREV = "a553291f5179816c547db3a3baa36ad06b14626e"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"