sdbusplus: srcrev bump 1778b12b1d..77b8aac3ab

Patrick Williams (22):
      std::execution: import from p2300 prototype
      async: add coroutine task support
      async: add context support
      async: add client-object proxy
      async: add match
      event: add a simple wrapper around sd-event
      async: context: support stopping the context
      event: add oneshot timer support
      async: add sleep_for sender
      async: add scope
      async: scope: add completion sender
      async: context: handle shutdown better
      async: match: stop pending sender on dtor
      async: handle exceptions and stops
      async: scope: allow blocks before started
      test: async: add a few recursive task tests
      async: context: spawn on worker thread
      async: context: simplify run function
      async: context: allow run re-entrance
      async: context: allow many exceptions
      test: async: tweak time multiplier
      docs: move yaml documentation to a subdir

Change-Id: Ia1c632552d05a9916145db3b4b76605cac2929a6
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
index c161f43..8031b28 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
@@ -3,4 +3,4 @@
 PV ?= "1.0+git${SRCPV}"
 
 SRC_URI += "git://github.com/openbmc/sdbusplus;branch=master;protocol=https"
-SRCREV = "1778b12b1d304b759fd6b86f25f8efb74870a953"
+SRCREV = "77b8aac3abf614331e5ec2b50d6f5bf465cb4433"