bmcweb: srcrev bump 4a750f4377..4068129a6c

Ed Tanous (7):
      Generate indexes for message registries
      Add url type safety to message registry
      Simplify message registry to save binary size
      Move error messages to string_view
      Make the router const correct
      Remove flat_maps from our dbus parsing types
      Use std::variant

Jason M. Bills (2):
      Clean up Crashdump log entry creation
      Make the task match string more flexible

John Edward Broadbent (1):
      Adds new redfish unit testing for serviceroot

Nan Zhou (2):
      websocket: fix authless
      Change the completionhandler to accept Res

Sui Chen (1):
      Add ManagerDiagnosticData schema

Willy Tu (2):
      json_utils: Add support for multiple level json read
      Drive: Add MediaType, Capacity, and Protocol Resource for Drive

Change-Id: I0ee4ccaeb6f61cbbcea604fbc382dc5e05744a5b
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 c669ee6..1d45d01 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "4a750f43775f123289d139b637f7893d517baeb3"
+SRCREV = "4068129a6cbde8ee8d00a5254ef0961b2b4812e2"
 
 S = "${WORKDIR}/git"