Update the third-party/Cargo.lock file.
I assume that this is necessary for the Buck CI to succeed.
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index ab40d00..fc417e8 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -49,9 +49,9 @@
[[package]]
name = "codespan-reporting"
-version = "0.9.5"
+version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e0762455306b1ed42bc651ef6a2197aabda5e1d4a43c34d5eab5c1a3634e81d"
+checksum = "c6ce42b8998a383572e0a802d859b1f00c79b7b7474e62fff88ee5c2845d9c13"
dependencies = [
"termcolor",
"unicode-width",