Skip to content

Commit

Permalink
Cargo: bump object to 0.32.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird authored and anakryiko committed Oct 4, 2023
1 parent 9fa8d56 commit fa800df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.0", features = ["derive", "wrap_help"] }
goblin = "0.7.1"
object = "0.31.1"
object = "0.32.1"
memmap = "0.7.0"
scroll = "0.11.0"
scroll_derive = "0.11.0"
Expand Down

0 comments on commit fa800df

Please # to comment.