Lockfile update
diff --git a/third-party/BUCK b/third-party/BUCK
index 3bc34db..af14713 100644
--- a/third-party/BUCK
+++ b/third-party/BUCK
@@ -171,14 +171,14 @@
 
 rust_library(
     name = "thiserror",
-    srcs = glob(["vendor/thiserror-1.0.14/src/**"]),
+    srcs = glob(["vendor/thiserror-1.0.15/src/**"]),
     visibility = ["PUBLIC"],
     deps = [":thiserror-impl"],
 )
 
 rust_library(
     name = "thiserror-impl",
-    srcs = glob(["vendor/thiserror-impl-1.0.14/src/**"]),
+    srcs = glob(["vendor/thiserror-impl-1.0.15/src/**"]),
     proc_macro = True,
     deps = [
         ":proc-macro2",
diff --git a/third-party/BUILD b/third-party/BUILD
index 8e47d3d..25a3dd6 100644
--- a/third-party/BUILD
+++ b/third-party/BUILD
@@ -176,14 +176,14 @@
 
 rust_library(
     name = "thiserror",
-    srcs = glob(["vendor/thiserror-1.0.14/src/**"]),
+    srcs = glob(["vendor/thiserror-1.0.15/src/**"]),
     visibility = ["//visibility:public"],
     deps = [":thiserror-impl"],
 )
 
 rust_library(
     name = "thiserror-impl",
-    srcs = glob(["vendor/thiserror-impl-1.0.14/src/**"]),
+    srcs = glob(["vendor/thiserror-impl-1.0.15/src/**"]),
     crate_type = "proc-macro",
     deps = [
         ":proc-macro2",
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index a6d15ad..48552bc 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -156,9 +156,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.68"
+version = "0.2.69"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
+checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
 
 [[package]]
 name = "link-cplusplus"
@@ -333,18 +333,18 @@
 
 [[package]]
 name = "thiserror"
-version = "1.0.14"
+version = "1.0.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f0570dc61221295909abdb95c739f2e74325e14293b2026b0a7e195091ec54ae"
+checksum = "54b3d3d2ff68104100ab257bb6bb0cb26c901abe4bd4ba15961f3bf867924012"
 dependencies = [
  "thiserror-impl",
 ]
 
 [[package]]
 name = "thiserror-impl"
-version = "1.0.14"
+version = "1.0.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "227362df41d566be41a28f64401e07a043157c21c14b9785a0d8e256f940a8fd"
+checksum = "ca972988113b7715266f91250ddb98070d033c62a011fa0fcc57434a649310dd"
 dependencies = [
  "proc-macro2",
  "quote",