X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibunwind%2FCargo.toml;h=77bcfffd506c93a6913f1f0fea7390a435793814;hb=94aa655a3c7a9dde612b5e65e5e8ec3c57d143a3;hp=f10df8c85ba0a66e85acdd72d65b1b3a7e54ec0f;hpb=0bd3a852557c1e52c4c38207891e5230bfa62cdb;p=rust.git diff --git a/src/libunwind/Cargo.toml b/src/libunwind/Cargo.toml index f10df8c85ba..77bcfffd506 100644 --- a/src/libunwind/Cargo.toml +++ b/src/libunwind/Cargo.toml @@ -17,7 +17,7 @@ doc = false [dependencies] core = { path = "../libcore" } -libc = { version = "0.2.43", features = ['rustc-dep-of-std'], default-features = false } +libc = { version = "0.2.51", features = ['rustc-dep-of-std'], default-features = false } compiler_builtins = "0.1.0" cfg-if = "0.1.8"