Lockfile update
diff --git a/third-party/BUCK b/third-party/BUCK
index d4c77b9..f07de50 100644
--- a/third-party/BUCK
+++ b/third-party/BUCK
@@ -40,7 +40,7 @@
 
 rust_library(
     name = "proc-macro2",
-    srcs = glob(["vendor/proc-macro2-1.0.21/src/**"]),
+    srcs = glob(["vendor/proc-macro2-1.0.24/src/**"]),
     visibility = ["PUBLIC"],
     features = [
         "proc-macro",
@@ -64,7 +64,7 @@
 
 rust_library(
     name = "syn",
-    srcs = glob(["vendor/syn-1.0.41/src/**"]),
+    srcs = glob(["vendor/syn-1.0.42/src/**"]),
     visibility = ["PUBLIC"],
     features = [
         "clone-impls",