X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=b8c77b6bf1c2789a360caf7c1de3567bcb63a2b9;hb=90db34a9618011e5ac189612e7954624582cf05a;hp=122c8196a6398abca12690b6ed6118660a0bc5d5;hpb=d3eba76e4d63c08fa0c4406745d1f0cc0e576758;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 122c8196a63..b8c77b6bf1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,23 +15,23 @@ default = ["cargo-fmt"] cargo-fmt = [] [dependencies] -toml = "0.1" +toml = "0.2.1" rustc-serialize = "0.3" -unicode-segmentation = "0.1" +unicode-segmentation = "1.0.0" regex = "0.1" term = "0.4" strings = "0.0.1" diff = "0.1" -syntex_syntax = "0.50" -syntex_errors = "0.50" +syntex_syntax = "0.52" +syntex_errors = "0.52" log = "0.3" env_logger = "0.3" getopts = "0.2" -itertools = "0.4.15" +itertools = "0.5.8" multimap = "0.3" [build-dependencies] -walkdir = "0.1.5" +walkdir = "1.0.3" [target.'cfg(unix)'.dependencies] libc = "0.2.11"