Skip to content

Commit

Permalink
deps: deduplicate the version of libloading used
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Jan 10, 2024
1 parent 18e12dc commit c887530
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 @@ -19,7 +19,7 @@ gimli = { version = "0.28", default-features = false, features = ["write"]}
object = { version = "0.32", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }

indexmap = "2.0.0"
libloading = { version = "0.7.3", optional = true }
libloading = { version = "0.8.0", optional = true }
smallvec = "1.8.1"

[patch.crates-io]
Expand Down

0 comments on commit c887530

Please sign in to comment.