Lockfile update
diff --git a/third-party/BUCK b/third-party/BUCK
index d12bbc0..e75544f 100644
--- a/third-party/BUCK
+++ b/third-party/BUCK
@@ -4,7 +4,7 @@
 
 rust_library(
     name = "bitflags",
-    srcs = glob(["vendor/bitflags-1.3.1/src/**"]),
+    srcs = glob(["vendor/bitflags-1.3.2/src/**"]),
 )
 
 rust_library(
@@ -70,7 +70,7 @@
 
 rust_library(
     name = "syn",
-    srcs = glob(["vendor/syn-1.0.74/src/**"]),
+    srcs = glob(["vendor/syn-1.0.75/src/**"]),
     features = [
         "clone-impls",
         "derive",
diff --git a/third-party/BUILD b/third-party/BUILD
index 1376d2c..0b927b6 100644
--- a/third-party/BUILD
+++ b/third-party/BUILD
@@ -7,7 +7,7 @@
 
 rust_library(
     name = "bitflags",
-    srcs = glob(["vendor/bitflags-1.3.1/src/**"]),
+    srcs = glob(["vendor/bitflags-1.3.2/src/**"]),
 )
 
 rust_library(
@@ -85,7 +85,7 @@
 
 rust_library(
     name = "syn",
-    srcs = glob(["vendor/syn-1.0.74/src/**"]),
+    srcs = glob(["vendor/syn-1.0.75/src/**"]),
     crate_features = [
         "clone-impls",
         "derive",
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index dff47ef..40b0391 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -36,9 +36,9 @@
 
 [[package]]
 name = "bitflags"
-version = "1.3.1"
+version = "1.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2da1976d75adbe5fbc88130ecd119529cf1cc6a93ae1546d8696ee66f0d21af1"
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 
 [[package]]
 name = "cc"
@@ -221,15 +221,15 @@
 
 [[package]]
 name = "itoa"
-version = "0.4.7"
+version = "0.4.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
+checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
 
 [[package]]
 name = "jobserver"
-version = "0.1.23"
+version = "0.1.24"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f5ca711fd837261e14ec9e674f092cbb931d3fa1482b017ae59328ddc6f3212b"
+checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
 dependencies = [
  "libc",
 ]
@@ -242,9 +242,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.99"
+version = "0.2.101"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
+checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
 
 [[package]]
 name = "link-cplusplus"
@@ -319,18 +319,18 @@
 
 [[package]]
 name = "serde"
-version = "1.0.127"
+version = "1.0.129"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8"
+checksum = "d1f72836d2aa753853178eda473a3b9d8e4eefdaf20523b919677e6de489f8f1"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.127"
+version = "1.0.129"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc"
+checksum = "e57ae87ad533d9a56427558b516d0adac283614e347abf85b0dc0cbbf0a249f3"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -356,9 +356,9 @@
 
 [[package]]
 name = "syn"
-version = "1.0.74"
+version = "1.0.75"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
+checksum = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -394,9 +394,9 @@
 
 [[package]]
 name = "trybuild"
-version = "1.0.43"
+version = "1.0.45"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c02c413315329fc96167f922b46fd0caa3a43f4697b7a7896b183c7142635832"
+checksum = "5bdaf2a1d317f3d58b44b31c7f6436b9b9acafe7bddfeace50897c2b804d7792"
 dependencies = [
  "dissimilar",
  "glob",