Skip to content

Commit 4e1899d

Browse files
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](nagisa/rust_libloading@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] <[email protected]>
1 parent b9384df commit 4e1899d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext-php-rs = { version = "0.15", default-features = false, path = "../../" }
2020
clap = { version = "4.0", features = ["derive"] }
2121
anyhow = "1"
2222
dialoguer = "0.12"
23-
libloading = "0.8"
23+
libloading = "0.9"
2424
cargo_metadata = "0.23"
2525
semver = "1.0"
2626

0 commit comments

Comments
 (0)