forked from LSPosed/LSPosed
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the submodule group with 3 updates (#145)
Bumps the submodule group with 3 updates: [external/fmt](https://github.com/fmtlib/fmt), [external/xz-embedded](https://github.com/tukaani-project/xz-embedded) and [apache/commons-lang](https://github.com/apache/commons-lang). Updates `external/fmt` from `385c01d` to `e3ddede` - [Release notes](https://github.com/fmtlib/fmt/releases) - [Commits](fmtlib/fmt@385c01d...e3ddede) Updates `external/xz-embedded` from `2136eba` to `ae63ae3` - [Commits](tukaani-project/xz-embedded@2136eba...ae63ae3) Updates `apache/commons-lang` from `6cf0236` to `62b08ff` - [Commits](apache/commons-lang@6cf0236...62b08ff) --- updated-dependencies: - dependency-name: external/fmt dependency-type: direct:production dependency-group: submodule - dependency-name: external/xz-embedded dependency-type: direct:production dependency-group: submodule - dependency-name: apache/commons-lang dependency-type: direct:production dependency-group: submodule ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cfe3dc3
commit c45f00f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule commons-lang
updated
73 files
Submodule fmt
updated
11 files
+1 −1 | .github/workflows/windows.yml | |
+12 −7 | CMakeLists.txt | |
+236 −2 | ChangeLog.md | |
+35 −14 | doc/api.md | |
+3 −0 | include/fmt/args.h | |
+24 −6 | include/fmt/base.h | |
+1 −15 | include/fmt/format.h | |
+10 −2 | include/fmt/ostream.h | |
+2 −1 | include/fmt/std.h | |
+31 −61 | support/release.py | |
+14 −0 | test/args-test.cc |
Submodule xz-embedded
updated
13 files
+2 −6 | README | |
+0 −3 | linux/Documentation/staging/xz.rst | |
+9 −13 | linux/include/linux/xz.h | |
+0 −1 | linux/lib/decompress_unxz.c | |
+10 −8 | linux/lib/xz/xz_dec_lzma2.c | |
+51 −7 | linux/lib/xz/xz_dec_stream.c | |
+25 −1 | linux/lib/xz/xz_private.h | |
+182 −0 | linux/lib/xz/xz_sha256.c | |
+4 −2 | userspace/Makefile | |
+5 −1 | userspace/boottest.c | |
+98 −0 | userspace/create_xzminidec_standalone.sh | |
+10 −6 | userspace/xz_config.h | |
+10 −0 | userspace/xzminidec.c |