mirror of https://github.com/hannobraun/Fornjot
Bump libloading from 0.7.3 to 0.7.4
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/nagisa/rust_libloading/releases) - [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.3...0.7.4) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0f65c37768
commit
2170c79497
|
@ -1922,9 +1922,9 @@ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
|||
|
||||
[[package]]
|
||||
name = "libloading"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
||||
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"winapi",
|
||||
|
|
|
@ -15,7 +15,7 @@ categories.workspace = true
|
|||
cargo_metadata = "0.15.0"
|
||||
crossbeam-channel = "0.5.6"
|
||||
fj.workspace = true
|
||||
libloading = "0.7.2"
|
||||
libloading = "0.7.4"
|
||||
notify = "5.0.0"
|
||||
thiserror = "1.0.35"
|
||||
tracing = "0.1.37"
|
||||
|
|
Loading…
Reference in New Issue