Skip to content

Commit a77adcd

Browse files
chore(deps): update libloading requirement from 0.7 to 0.8 (#389)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ef3e22 commit a77adcd

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)