Bump rustfmt version to 1.10.0
diff --git a/Cargo.lock b/Cargo.lock
index 343f5cd..d95fbec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -534,7 +534,7 @@
 
 [[package]]
 name = "rustfmt-nightly"
-version = "1.9.0"
+version = "1.10.0"
 dependencies = [
  "annotate-snippets",
  "anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 84ad1f2..eedd83c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rustfmt-nightly"
-version = "1.9.0"
+version = "1.10.0"
 description = "Tool to find and fix Rust formatting issues"
 repository = "https://github.com/rust-lang/rustfmt"
 readme = "README.md"