Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 31, 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 Mar 31, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 6, 2022

Looks like iced-x86 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 6, 2022
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/iced-x86-1.17.0 branch December 6, 2022 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants