bmcweb: srcrev bump 2daf672562..683f727657

Ed Tanous (5):
      Generalize the "Async Response" pattern
      Remove the providers interface from systems
      Modernization of systems
      Implement Computer System reset action
      Implement JsonSchema endpoint

(From meta-phosphor rev: aa449de22ef27f55ff74c75214f8f86bc08c612e)

Change-Id: I4ea20dd4e48d311c7a08042e5122fbfa632b594f
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
index 12ec5c0..6e7ca3b 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "2daf6725629dc9fae0ba554ddef0577fee60ef09"
+SRCREV = "683f7276576dbf0bf7770570190f6b5b4e84d4c9"
 
 S = "${WORKDIR}/git"