X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Frustfmt%2FCargo.toml;h=3a04fb28f7cbfb839ff8320933a92f6608ba9b52;hb=ac658e106653a5aa048eec158b66c9e0485b952b;hp=24b3b79343b05587f56c44f9086ee48dea49f397;hpb=b2d45c0d4b2d44789000ebec6d702cc27db19782;p=rust.git diff --git a/src/tools/rustfmt/Cargo.toml b/src/tools/rustfmt/Cargo.toml index 24b3b79343b..3a04fb28f7c 100644 --- a/src/tools/rustfmt/Cargo.toml +++ b/src/tools/rustfmt/Cargo.toml @@ -42,7 +42,7 @@ unicode-segmentation = "1.0.0" regex = "1.0" term = "0.6" diff = "0.1" -log = "0.4" +log = "0.4.14" env_logger = "0.6" getopts = "0.2" derive-new = "0.5"