X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2FCargo.toml;h=8751a71caf1b4957fc5688afdc259f14befb7576;hb=8d9064764157d7916a3f152ce55ef0b566bd7ab6;hp=813c8075605993ec5cfa2ee537833c1ebc3918d6;hpb=b2ee0df1b4dec2d4b029c1ae53f0a39bcde45e58;p=rust.git diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml index 813c8075605..8751a71caf1 100644 --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml @@ -36,12 +36,13 @@ test = false [dependencies] cmake = "0.1.38" -fd-lock = "3.0.7" +fd-lock = "3.0.8" filetime = "0.2" getopts = "0.2.19" cc = "1.0.69" libc = "0.2" hex = "0.4" +object = { version = "0.29.0", default-features = false, features = ["archive", "coff", "read_core", "unaligned"] } serde = { version = "1.0.8", features = ["derive"] } serde_json = "1.0.2" sha2 = "0.10"