Skip to content

Commit 6d8c93e

Browse files
build(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 96becc8 commit 6d8c93e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ash-rewrite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition = "2021"
2121
rust-version = "1.69.0"
2222

2323
[dependencies]
24-
libloading = { version = "0.8", optional = true }
24+
libloading = { version = "0.9", optional = true }
2525

2626
[features]
2727
default = ["loaded", "debug"]

ash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ edition = "2021"
2222
rust-version = "1.69.0"
2323

2424
[dependencies]
25-
libloading = { version = "0.8", optional = true }
25+
libloading = { version = "0.9", optional = true }
2626

2727
[dev-dependencies]
2828
trybuild = "1.0"

0 commit comments

Comments
 (0)