bmcweb: srcrev bump f12b57b271..550a6bf85f

Ed Tanous (3):
      Fix whitespacing on meson_options.txt
      Document expectations for commit messages
      Implement etag headers

Jiaqing Zhao (1):
      system: Handle PATCH request with multi-depth readJson

JunLin Chen (1):
      Fix bmcweb crash problem when no-auth

Nan Zhou (2):
      memory: correct type of MemorySizeInKB
      query: expand: fix a bug in inLinks

Change-Id: Ic380dc984d240fd5a11928fcc496715835d9e841
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 f91bc00..324470c 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "f12b57b27157418bbc2c1bf96f1d1cd9db52739b"
+SRCREV = "550a6bf85f81c1725b6c320a5ee419335cff2cf6"
 
 S = "${WORKDIR}/git"