bmcweb: srcrev bump 4efe3e0c02..9d192c74ab

Ed Tanous (2):
      Fix clang-tidy issue in aggregation
      Copy privilegeset into websocket rule

Change-Id: Ic6a27189affbd9956f6ff5975a79c168839ce238
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 d80c2e6..f5e7a54 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 = "4efe3e0c02ed5d955175fd863a575e2709a6e461"
+SRCREV = "9d192c74ab336adb662312e955ad292e5e48b44e"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"