Skip to content

Commit 108ef2b

Browse files
Update object requirement from 0.38.0 to 0.39.1
Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. - [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md) - [Commits](gimli-rs/object@0.38.0...v0.39.1) --- updated-dependencies: - dependency-name: object dependency-version: 0.39.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60f067a commit 108ef2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cc = "1.0"
4444
glob = "0.3"
4545
itertools = "0.14"
4646
implib = "0.6.0"
47-
object = { version = "0.38.0", default-features = false, features = ["std", "read_core", "pe"] }
47+
object = { version = "0.39.1", default-features = false, features = ["std", "read_core", "pe"] }
4848
cargo-platform = "0.3.1"
4949
clap_complete = "4.5.65"
5050
camino = "1.2.2"

0 commit comments

Comments
 (0)