Skip to content

Commit d14a7c1

Browse files
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](nagisa/rust_libloading@0.7.0...0.8.6) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ef3e22 commit d14a7c1

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
@@ -16,6 +16,6 @@ ext-php-rs = { version = "0.13", path = "../../" }
1616
clap = { version = "4.0", features = ["derive"] }
1717
anyhow = "1"
1818
dialoguer = "0.11"
19-
libloading = "0.7"
19+
libloading = "0.8"
2020
cargo_metadata = "0.15"
2121
semver = "1.0"

0 commit comments

Comments
 (0)