From 0136c2c5e2a29c0b75296aed2f99f86995090bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:59:06 +0000 Subject: [PATCH] Update libloading requirement from 0.7.0 to 0.8.0 (#67) 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](https://github.com/nagisa/rust_libloading/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06f3b41..ff9b634 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ documentation = "https://docs.rs/hassle-rs" [dependencies] bitflags = "2" com = { version = "0.6", features = ["production"] } -libloading = "0.7" +libloading = "0.8" thiserror = "1.0.2" widestring = "1"