Skip to content

Commit

Permalink
Update object requirement from 0.18 to 0.19
Browse files Browse the repository at this point in the history
Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version.
- [Release notes](https://github.com/gimli-rs/object/releases)
- [Commits](gimli-rs/object@0.18.0...0.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 12, 2020
1 parent 2467adb commit 02a5123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ crossbeam = "0.7.1"
getopts = "0.2"
memmap = "0.7"
num_cpus = "1"
object = "0.18"
object = "0.19"
rayon = "1.0"
regex = "1"
test-assembler = "0.1.3"
Expand Down

0 comments on commit 02a5123

Please sign in to comment.