Update Rust crate ctor to 0.2.8
This commit is contained in:
parent
a706f1d890
commit
f7aef33445
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -140,9 +140,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ctor"
|
name = "ctor"
|
||||||
version = "0.2.7"
|
version = "0.2.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c"
|
checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"quote",
|
"quote",
|
||||||
"syn",
|
"syn",
|
||||||
|
@ -25,7 +25,7 @@ winapi = { version = "0.3.9", features = ["winnt", "libloaderapi"] }
|
|||||||
windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true }
|
windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
ctor = "0.2.7"
|
ctor = "0.2.8"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
goblin = "0.8.0"
|
goblin = "0.8.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user