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"