Skip to content

Commit

Permalink
Bump libloading from 0.8.3 to 0.8.4
Browse files Browse the repository at this point in the history
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.3 to 0.8.4.
- [Commits](nagisa/rust_libloading@0.8.3...0.8.4)

---
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 nikhilr612 committed Jul 15, 2024
1 parent 551cd73 commit a766b52
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
memmap2 = "0.9.4"
clap = { version = "4.5.9", features = ["derive"] }
paste = "1.0.15"
libloading = "0.8.3"
libloading = "0.8.4"
threadpool = "1.8.1"
glob = "0.3.1"
log = "0.4"
Expand Down

0 comments on commit a766b52

Please sign in to comment.