From a05ff9b8f9e3d8a0c98ead9ce0d5be32a54a0753 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Thu, 5 Nov 2020 21:31:38 -0600 Subject: [PATCH] deps: bump rustfmt to v1.4.24 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a42e5c15b15..af2823ccc5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2305,7 +2305,7 @@ dependencies = [ [[package]] name = "rustfmt-config_proc_macro" version = "0.2.0" -source = "git+https://github.com/rust-lang/rustfmt?branch=rustfmt-1.4.23#ea97ec5a4e822a55568ad6216f6aba56c03c464e" +source = "git+https://github.com/rust-lang/rustfmt?branch=rustfmt-1.4.24#eb894d53708122a67762de9489881c11aa8ce257" dependencies = [ "proc-macro2", "quote", @@ -2314,8 +2314,8 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.4.23" -source = "git+https://github.com/rust-lang/rustfmt?branch=rustfmt-1.4.23#ea97ec5a4e822a55568ad6216f6aba56c03c464e" +version = "1.4.24" +source = "git+https://github.com/rust-lang/rustfmt?branch=rustfmt-1.4.24#eb894d53708122a67762de9489881c11aa8ce257" dependencies = [ "annotate-snippets 0.6.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4d0ac8fa459..b6442a672c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ racer = { version = "2.1.40", default-features = false } rand = "0.7" rayon = "1" rustc_tools_util = "0.2" -rustfmt-nightly = { version = "1.4.23", git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.23" } +rustfmt-nightly = { version = "1.4.24", git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.24" } serde = "1.0" serde_json = "1.0" serde_derive = "1.0"