Skip to content

Commit cd4dc7b

Browse files
Bump libloading from 0.5.2 to 0.7.2
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.5.2 to 0.7.2. - [Commits](https://github.com/nagisa/rust_libloading/commits) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 863b1f0 commit cd4dc7b

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

Cargo.lock

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intel-sgx/aesm-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ unix_socket2 = "0.5.4" # MIT/Apache-2.0
4747
[target.'cfg(windows)'.dependencies]
4848
# External dependencies
4949
winapi = { version = "0.3.7", features = ["combaseapi", "enclaveapi", "memoryapi", "objbase"] }
50-
libloading = "0.5.2"
50+
libloading = "0.7.2"
5151

5252
[build-dependencies]
5353
protoc-rust = "2.8.0" # MIT/Apache-2.0

intel-sgx/sgxs-loaders/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bitflags = "1" # MIT/Apache-2.0
3333
nix = "0.15" # MIT
3434
anyhow = "1.0" # MIT/Apache-2.0
3535
thiserror = "1.0" # MIT/Apache-2.0
36-
libloading = "0.5" # ISC
36+
libloading = "0.7" # ISC
3737

3838
[target.'cfg(windows)'.dependencies]
3939
winapi = { version = "0.3.7", features = ["enclaveapi","memoryapi","processthreadsapi"] }

0 commit comments

Comments
 (0)