bmcweb: srcrev bump 62d5e2e47f..609145a7d1

Ed Tanous (6):
      Move AccountService to node structure
      Implement AccountService PATCH method
      Unhardcode Enabled and Locked from AccountService
      Implement AccountService DELETE method
      Implement AccountService POST
      Fix buffer bug in websockets

Change-Id: I2dd176dbd06ba6e9a7252e1502eae9ec08a762ff
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/interfaces/bmcweb.bb b/recipes-phosphor/interfaces/bmcweb.bb
index de419ec..9b4b968 100644
--- a/recipes-phosphor/interfaces/bmcweb.bb
+++ b/recipes-phosphor/interfaces/bmcweb.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "62d5e2e47f76c062c06eefac9a3dc29d24c390f5"
+SRCREV = "609145a7d12bac2896391312b6c152721b273347"
 
 S = "${WORKDIR}/git"