Update git submodules

* Update mistral-lib from branch 'master'
  - Add a utility for JSON serialization
    
    * This patch adds a utility that helps serialize data into a JSON
      string that might contain some non-standard data types like
      generators iterators and frozen dicts coming from YAQL. The
      utility uses oslo.serialization project that already takes care
      of iterators and any kinds of custom dicts. And in addition, it
      handles generators (assuming a generator represents an iterable
      similar to an iterator).
    * Unit tests.
    * Added YAQL into requirements and bumped the version of
      oslo.serialization to make sure to have the "fallback" parameter
      in "jsonutils.to_primitive"
    
    Change-Id: I2fe891525bc86beb92aecf9ac2d8a490837c47d3
This commit is contained in:
Renat Akhmerov 2020-03-31 18:09:08 +07:00 committed by Gerrit Code Review
parent 4cd7beb540
commit c62635ec8b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 237a10d22e4dc4965c553489fe3d24e8c75d308d
Subproject commit 44a27384601113cdc5068940d07b85a003ed2211