mirror of https://github.com/hannobraun/Fornjot
Merge pull request #1316 from hannobraun/dependabot/cargo/libloading-0.7.4
Bump libloading from 0.7.3 to 0.7.4
This commit is contained in:
commit
7083ae9b3b
|
@ -1922,9 +1922,9 @@ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libloading"
|
name = "libloading"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"winapi",
|
"winapi",
|
||||||
|
|
|
@ -15,7 +15,7 @@ categories.workspace = true
|
||||||
cargo_metadata = "0.15.0"
|
cargo_metadata = "0.15.0"
|
||||||
crossbeam-channel = "0.5.6"
|
crossbeam-channel = "0.5.6"
|
||||||
fj.workspace = true
|
fj.workspace = true
|
||||||
libloading = "0.7.2"
|
libloading = "0.7.4"
|
||||||
notify = "5.0.0"
|
notify = "5.0.0"
|
||||||
thiserror = "1.0.35"
|
thiserror = "1.0.35"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
Loading…
Reference in New Issue