From 4e1899d55db56607e6d082844a6c1c503f08c5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:58:33 +0000 Subject: [PATCH] chore(deps): update libloading requirement from 0.8 to 0.9 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.8.0...0.9.0) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.9.0 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 f230ea08c..f2854de9d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -20,7 +20,7 @@ ext-php-rs = { version = "0.15", default-features = false, path = "../../" } clap = { version = "4.0", features = ["derive"] } anyhow = "1" dialoguer = "0.12" -libloading = "0.8" +libloading = "0.9" cargo_metadata = "0.23" semver = "1.0"