Lockfile update

This commit is contained in:
David Tolnay 2020-09-09 12:51:40 -07:00
parent c8870b8295
commit 2599f88134
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 4 additions and 4 deletions

2
third-party/BUCK vendored
View File

@ -40,7 +40,7 @@ rust_library(
rust_library(
name = "proc-macro2",
srcs = glob(["vendor/proc-macro2-1.0.20/src/**"]),
srcs = glob(["vendor/proc-macro2-1.0.21/src/**"]),
visibility = ["PUBLIC"],
features = [
"proc-macro",

2
third-party/BUILD vendored
View File

@ -45,7 +45,7 @@ rust_library(
rust_library(
name = "proc-macro2",
srcs = glob(["vendor/proc-macro2-1.0.20/src/**"]),
srcs = glob(["vendor/proc-macro2-1.0.21/src/**"]),
crate_features = [
"proc-macro",
"span-locations",

4
third-party/Cargo.lock generated vendored
View File

@ -186,9 +186,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.20"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "175c513d55719db99da20232b06cda8bab6b83ec2d04e3283edf0213c37c1a29"
checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
dependencies = [
"unicode-xid",
]