Bump libloading from 0.5.1 to 0.5.2 (#4950)

Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/nagisa/rust_libloading/releases)
- [Commits](https://github.com/nagisa/rust_libloading/compare/0.5.1...0.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-17 09:29:45 -06:00
committed by Greg Fitzgerald
parent bbd0455418
commit 7aad427511
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ fnv = "1.0.6"
hashbrown = "0.2.0"
lazy_static = "1.3.0"
libc = "0.2.58"
libloading = "0.5.1"
libloading = "0.5.2"
log = "0.4.7"
maplit = "1.0.1"
memmap = "0.6.2"