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",
diff --git a/third-party/BUILD b/third-party/BUILD
index e5cb808..0d602a8 100644
--- a/third-party/BUILD
+++ b/third-party/BUILD
@@ -45,7 +45,7 @@
rust_library(
name = "proc-macro2",
- srcs = glob(["vendor/proc-macro2-1.0.21/src/**"]),
+ srcs = glob(["vendor/proc-macro2-1.0.24/src/**"]),
crate_features = [
"proc-macro",
"span-locations",
@@ -69,7 +69,7 @@
rust_library(
name = "syn",
- srcs = glob(["vendor/syn-1.0.41/src/**"]),
+ srcs = glob(["vendor/syn-1.0.42/src/**"]),
crate_features = [
"clone-impls",
"derive",
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index 1c43f70..00ecb95 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -171,24 +171,24 @@
[[package]]
name = "libc"
-version = "0.2.77"
+version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
+checksum = "aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98"
[[package]]
name = "link-cplusplus"
-version = "1.0.2"
+version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f563b3814ea63e830e3e321206e4e2b5177854586ebe3f595795ed7053b217f5"
+checksum = "372d61b8ffdc79aa85d5f679e16c9e34da2357796186e877001f21998ece1f99"
dependencies = [
"cc",
]
[[package]]
name = "proc-macro2"
-version = "1.0.21"
+version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
+checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
dependencies = [
"unicode-xid",
]
@@ -241,9 +241,9 @@
[[package]]
name = "serde_json"
-version = "1.0.57"
+version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
+checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4"
dependencies = [
"itoa",
"ryu",
@@ -258,9 +258,9 @@
[[package]]
name = "syn"
-version = "1.0.41"
+version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
+checksum = "9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228"
dependencies = [
"proc-macro2",
"quote",