diff options
author | dependabot[bot] | 2023-04-18 01:06:08 +0000 |
---|---|---|
committer | GitHub | 2023-04-18 01:06:08 +0000 |
commit | 2ccb5b75d0a310b90b5cc453915281560ba1f220 (patch) | |
tree | 9c0abf7ae8df354963e034afd7fbcbb950fc4f40 /helix-loader | |
parent | 6f972e5da2de1d532fbcd0c9e8b0a6378fbb9c15 (diff) |
build(deps): bump libloading from 0.7.4 to 0.8.0 (#6801)
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.4 to 0.8.0.
- [Release notes](https://github.com/nagisa/rust_libloading/releases)
- [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.4...0.8.0)
---
updated-dependencies:
- dependency-name: libloading
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-loader')
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index 4cc3e186..31cfbf62 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -29,4 +29,4 @@ cc = { version = "1" } threadpool = { version = "1.0" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -libloading = "0.7" +libloading = "0.8" |