Skip to content

Commit

Permalink
Update dlopen2 requirement from 0.4 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [dlopen2](https://github.com/OpenByteDev/dlopen2) to permit the latest version.
- [Commits](https://github.com/OpenByteDev/dlopen2/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent 4a09601 commit ff83eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nsi-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ustr_handles = []
reqwest = { version = "0.11", features = ["blocking"], optional = true }

[dependencies]
dlopen2 = { version = "0.4", optional = true }
dlopen2 = { version = "0.6", optional = true }
enum_dispatch = "0.3"
lazy_static = "1.4"
log = "0.4.17"
Expand Down

0 comments on commit ff83eaf

Please sign in to comment.