Bump the submodule group across 1 directory with 2 updates#590
Open
dependabot[bot] wants to merge 2 commits intomasterfrom
Open
Bump the submodule group across 1 directory with 2 updates#590dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot[bot] wants to merge 2 commits intomasterfrom
Conversation
Slicer's `CreateFullIr` and `CreateImage` operations are highly CPU-intensive and cause significant load latency for large DEX files. We hence introduce a fast-path optimization using `memmem` to perform a raw binary scan of the DEX buffer for target signatures prior to processing. If no matching signatures are found, the expensive IR parsing and image rebuilding phases are bypassed entirely, and the original file descriptor is safely returned. Moreover, we update the logging tag to `VectorDaemon`.
Bumps the submodule group with 2 updates in the / directory: [external/fmt](https://github.com/fmtlib/fmt) and [external/apache/commons-lang](https://github.com/apache/commons-lang). Updates `external/fmt` from `0e078f6` to `dc05bee` - [Release notes](https://github.com/fmtlib/fmt/releases) - [Commits](fmtlib/fmt@0e078f6...dc05bee) Updates `external/apache/commons-lang` from `675ab08` to `422ab63` - [Commits](apache/commons-lang@675ab08...422ab63) --- updated-dependencies: - dependency-name: external/fmt dependency-version: dc05bee30755bb993add7ed90845d87c2315f9c6 dependency-type: direct:production dependency-group: submodule - dependency-name: external/apache/commons-lang dependency-version: 422ab637736e06076c04a768ce03ecc2e5344937 dependency-type: direct:production dependency-group: submodule ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the submodule group with 2 updates in the / directory: external/fmt and external/apache/commons-lang.
Updates
external/fmtfrom0e078f6todc05beeCommits
dc05beeDon't assume nul termination in printfea85b81Support fmt::runtime with wchar_t in fmt::format_to_n (#4715)4968433Minor cleanupe824477Move a few classes into an anonymous namespace (#4713)879463eApply cmake-format7733f4cAdd cmake-format jobae6fd83Make fmt/fmt-c.h compile with Clang on Windows (#4712)c0cd0fcAdd missing moves to grouping std::string member (#4704)245e4d9Clean up a couple of CMake includes (#4710)2b4eb7dUpdate Check for module support to include compiler versions (#4709)Updates
external/apache/commons-langfrom675ab08to422ab63Commits
422ab63Javadoce9d7d35Deprecate Validate.Validate().ab34e33Bump github/codeql-action from 4.32.6 to 4.34.04286986[LANG-1813] ArrayUtils#hashCode() Javadoc incorrectly states “null1fa1193Add a reference to safe deserlializationbd247e4Use String.format()487ba4dRemove link to now malicious site.aaf9b51Bump actions/upload-artifact from 6.0.0 to 7.0.025918c0Tests a custom collection and map with EqualsBuilder.reflectionEqualsa8bc9f3Better textDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions