From d14a7c1b4c5adf5d88b93e3447e160353809426c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:00:37 +0000 Subject: [PATCH] chore(deps): update libloading requirement from 0.7 to 0.8 Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.0...0.8.6) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 7f170c2ed1..43da948b1c 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -16,6 +16,6 @@ ext-php-rs = { version = "0.13", path = "../../" } clap = { version = "4.0", features = ["derive"] } anyhow = "1" dialoguer = "0.11" -libloading = "0.7" +libloading = "0.8" cargo_metadata = "0.15" semver = "1.0"