Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump iced-x86 from 1.15.0 to 1.17.0 in /src/agent #1999

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps iced-x86 from 1.15.0 to 1.17.0.

Release notes

Sourced from iced-x86's releases.

v1.17.0

  • Improved BlockEncoder speed #262, #265
    • The assembler also uses it so its encoding speed should be improved as well
  • .NET: Improved C# Decoder speed (100MB/s -> 130MB/s, .NET 6 x64) #266, #267
    • For reference, Rust: 260MB/s, Python module: 50MB/s, nodejs+wasm module: 46MB/s
  • Added missing undocumented VIA XSHA512 alias #261
  • Added an instruction (a.zero_bytes()) that can be used as an assembler label #272
  • Rust: Added CodeAssembler::assemble_options() and an API to get the address of labels after the code has been assembled #273

v1.16.0

  • Updated VIA PADLOCK instructions, added missing XSHA512 instruction #260 (VIA info from @​tremalrik)
  • Added IsJcxShort/IsLoopcc/IsLoop methods/props #227 (Credit @​am0nsec), #259
  • Rust
    • Made CodeAssembler traits public #236 (Credit @​Kixiron)
    • Make some Instruction/Register fns const #240 (Credit @​i509VCB)
    • Removed HashMap (hashbrown crate if no_std) dependency from block_encoder feature #248
      • Fixes #247 (can't build with no_std on Windows)
      • This also resulted in better block encoder perf (30s -> 19s when encoding a ton of instructions)
    • Removed deprecated Instruction::with_* methods (use with{1,2,3,4,5}() instead)
    • Bumped MSRV to 1.54.0 #252
  • Python
    • PyPy wheels uploaded to PyPI (Linux x64, Windows x64) #250
    • Minimum supported Python version is now 3.7 #251
  • JS:
    • BigInt is supported by default now #258
Commits
  • c7aa511 Bump version
  • 3086b11 Use latest stable (1.59.0)
  • 2982a95 Disable the new clippy::return_self_not_must_use lint
  • d5c8f65 Update doc links
  • e3ab274 Use prev pypy 7.3.7 since 7.3.8 requires GLIBC 2.14
  • 92e39b2 Move test instr
  • 848575d Merge pull request #274 from icedland/dependabot/github_actions/actions/setup...
  • 6f3b1ff Bump actions/setup-dotnet from 1.9.0 to 1.9.1
  • 4b03315 Add #[non_exhaustive]
  • 4e1bbbc Merge pull request #273 from icedland/codeasmopt
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [iced-x86](https://github.com/icedland/iced) from 1.15.0 to 1.17.0.
- [Release notes](https://github.com/icedland/iced/releases)
- [Commits](icedland/iced@v1.15.0...v1.17.0)

---
updated-dependencies:
- dependency-name: iced-x86
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2022
@tevoinea tevoinea merged commit 74a24b4 into main Jun 1, 2022
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/iced-x86-1.17.0 branch June 1, 2022 19:21
@ghost ghost locked as resolved and limited conversation to collaborators Jul 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file passed-integration-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant