Skip to content

Commit

Permalink
Update libloading requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version.
- [Release notes](https://github.com/nagisa/rust_libloading/releases)
- [Commits](nagisa/rust_libloading@0.7.0...0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2023
1 parent 48c25b5 commit a32567e
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 @@ -14,7 +14,7 @@ byteorder = "1"
chomp = { package = "chomp1", version = "0.3" }
hex = "0.4"
libc = "0.2"
libloading = { version = "0.7", optional = true }
libloading = { version = "0.8", optional = true }
rand = "0.8"
thiserror = "1"

Expand Down

0 comments on commit a32567e

Please sign in to comment.