Skip to content

Commit e39dfca

Browse files
build(deps): bump libloading from 0.8.4 to 0.8.5 (#1810)
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.4 to 0.8.5. - [Commits](nagisa/rust_libloading@0.8.4...0.8.5) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b62616c commit e39dfca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.9", optional = true, default-features = false }
1111
glium = { version = "0.34", optional = true, default-features = false }
1212
glow = { version = "0.13.0", optional = true }
1313
epoxy = { version = "0.1.0", optional = true }
14-
libloading = { version = "0.8.0", optional = true }
14+
libloading = { version = "0.8.5", 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)