bmcweb: srcrev bump e164f1b66e..3d30708fb6

Chicago Duan (1):
      Redfish: Implement SNMP Trap

Ed Tanous (8):
      Revert "Fix websocket csrf checking"
      Set cookieAuth variable for cookie
      Use fillMessageArgs in log services
      Upgrade to mozilla intermediate 5.7
      Change cipher suite variable
      Add an option flag for multi-computersystem
      Break out ComputerSystem methods
      Move all ComputerSystem routes to bottom

George Liu (1):
      Refactor getManagedObjects method

Jayaprakash Mutyala (1):
      Populate Memory attributes

Joseph Reynolds (1):
      Add headers Referrer-Policy and Permissions-Policy

Lakshmi Yadlapati (1):
      Fix Redfish validator failure in PCIeFunction

Nan Zhou (1):
      json utils: add getEstimatedJsonSize

Change-Id: Icd8b2601a60fa5cd1cfc36775877b9c02d192b0c
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 ed055a1..9f2e2fe 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 = "e164f1b66eb2cde5b885df342c9a5bb4e0c2beeb"
+SRCREV = "3d30708fb65e40cd28da601b3e91a527a8862e15"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"