stdplus: srcrev bump 6317f35709..8bd9251190

Patrick Williams (1):
      build: upgrade to C++23

William A. Kennington III (12):
      treewide: Switch to std::format
      zstring: Support std::format
      str/conv: Make formatter generic
      net/addr: Support std::format
      str/buf: Support std::back_inserter and data()
      fd/fmt: Don't depend on fmtlib
      function_view: Add a lightweight span equivalent for functions
      function_view: Allow empty function views
      print: Add c++23 print compatible implementation
      str/cat: Simplify append logic
      str/cat: Implement StrBuf appending
      fd/fmt: Support direct string writing

Change-Id: Ibc17e1189388bda196371c2e8355868d1bb39e66
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 3397526..abae713 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -8,7 +8,7 @@
   fmt \
   liburing \
   "
-SRCREV = "6317f357094fd30403731c6776ddf84bc242a16b"
+SRCREV = "8bd9251190958372c98b0e307edd423385c6e250"
 PV = "0.1+git${SRCPV}"
 PR = "r1"