Skip to content

Commit 609a749

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump libloading from 0.8.8 to 0.8.9
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.8 to 0.8.9. - [Commits](nagisa/rust_libloading@0.8.8...0.8.9) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7561532 commit 609a749

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ femtovg = { version = "0.18", optional = true, default-features = false }
1111
glium = { version = "0.36", optional = true, default-features = false }
1212
glow = { version = "0.16.0", optional = true }
1313
epoxy = { version = "0.1.0", optional = true }
14-
libloading = { version = "0.8.8", optional = true }
14+
libloading = { version = "0.8.9", optional = true }
1515
im-rc = { version = "15", optional = true }
1616
async-channel = { version = "2.3", optional = true }
1717
tokio = { version = "1", features = ["full"], optional = true }

0 commit comments

Comments
 (0)