Skip to content

Commit

Permalink
build(deps): update dynasm requirement from 1.0.1 to 3.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [dynasm](https://github.com/CensoredUsername/dynasm-rs) to permit the latest version.
- [Changelog](https://github.com/CensoredUsername/dynasm-rs/blob/master/doc/releasenotes.md)
- [Commits](CensoredUsername/dynasm-rs@v1.0.1...v3.0.1)

---
updated-dependencies:
- dependency-name: dynasm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 605257c commit 17b83f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ criterion = "0.5"
chrono = { version = "0.4", features = ["clock"], default-features = false }
fern = "0.7"
unicorn-engine = "2.0.0"
dynasm = "1.0.1"
dynasm = "3.0.1"
dynasmrt = "1.0.1"

[[bench]]
Expand Down

0 comments on commit 17b83f8

Please sign in to comment.