Skip to content

Commit

Permalink
build(deps): bump libloading from 0.8.5 to 0.8.6
Browse files Browse the repository at this point in the history
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.5 to 0.8.6.
- [Commits](nagisa/rust_libloading@0.8.5...0.8.6)

---
updated-dependencies:
- dependency-name: libloading
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bilelmoussaoui committed Dec 2, 2024
1 parent 615c39c commit 4f01110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ femtovg = { version = "0.11", optional = true, default-features = false }
glium = { version = "0.36", optional = true, default-features = false }
glow = { version = "0.15.0", optional = true }
epoxy = { version = "0.1.0", optional = true }
libloading = { version = "0.8.5", optional = true }
libloading = { version = "0.8.6", optional = true }
im-rc = { version = "15", optional = true }
async-channel = { version = "2.3", optional = true }
tokio = { version = "1", features = ["full"], optional = true }
Expand Down

0 comments on commit 4f01110

Please sign in to comment.