bmcweb: srcrev bump 9ba7393450..b5ca3fdcf1

Ed Tanous (2):
      Remove unused const-cast
      Remove urlEncode

Jiaqing Zhao (5):
      Remove usage of deprecated VLanNetworkInterface
      ethernet: Bump EthernetInterface schema 1.6.0 -> 1.9.0
      Expose VLAN interfaces as EthernetInterface
      Implement DELETE EthernetInterface for VLAN
      POST EthernetInterfaceCollection for VLAN

Willy Tu (2):
      hex_units: Fix Werror=conversion
      storage: Support new StorageController

Change-Id: I893d47676d7f5103d23afacff37a3e1b3e747ba4
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 94d132b..a9fc523 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "9ba73934501fc4bfe8edf74b8a0211701b6d58ca"
+SRCREV = "b5ca3fdcf15c029e36b05d619752711871bf0e8d"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"