Skip to content

Commit c9dfff1

Browse files
build(deps): update libloading requirement from 0.8 to 0.9 (#33)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 286ffca commit c9dfff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ ratatui = "0.30"
2525
crossterm = "0.29"
2626
nvml-wrapper = "0.12.1"
2727
nvml-wrapper-sys = "0.9.1"
28-
libloading = "0.8"
28+
libloading = "0.9"

0 commit comments

Comments
 (0)