bmcweb: srcrev bump f263e09c81..479e899d5f

Ed Tanous (1):
      Use human sort for EthernetInterfaces

Krzysztof Grobelny (1):
      Switched bmcweb to use new telemetry service API

Change-Id: I30e7f824f4cbe67161efbcabf283423f87519167
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 07c7b92..5a1e4c1 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 = "f263e09c81b798bcf123df8fb144499389e9cbd1"
+SRCREV = "479e899d5f57a67647f83b7f615d2c8565290bcf"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"