Skip to content

Commit b4172cb

Browse files
committed
Lockfile update
1 parent 90ad6d4 commit b4172cb

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

third-party/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust_library(
77

88
rust_library(
99
name = "cc",
10-
srcs = glob(["vendor/cc-1.0.67/src/**"]),
10+
srcs = glob(["vendor/cc-1.0.69/src/**"]),
1111
visibility = ["PUBLIC"],
1212
)
1313

@@ -41,7 +41,7 @@ rust_library(
4141

4242
rust_library(
4343
name = "proc-macro2",
44-
srcs = glob(["vendor/proc-macro2-1.0.26/src/**"]),
44+
srcs = glob(["vendor/proc-macro2-1.0.28/src/**"]),
4545
visibility = ["PUBLIC"],
4646
features = [
4747
"proc-macro",
@@ -72,7 +72,7 @@ rust_library(
7272

7373
rust_library(
7474
name = "syn",
75-
srcs = glob(["vendor/syn-1.0.71/src/**"]),
75+
srcs = glob(["vendor/syn-1.0.74/src/**"]),
7676
visibility = ["PUBLIC"],
7777
features = [
7878
"clone-impls",

third-party/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust_library(
1111

1212
rust_library(
1313
name = "cc",
14-
srcs = glob(["vendor/cc-1.0.67/src/**"]),
14+
srcs = glob(["vendor/cc-1.0.69/src/**"]),
1515
visibility = ["//visibility:public"],
1616
)
1717

@@ -45,7 +45,7 @@ rust_library(
4545

4646
rust_library(
4747
name = "proc-macro2",
48-
srcs = glob(["vendor/proc-macro2-1.0.26/src/**"]),
48+
srcs = glob(["vendor/proc-macro2-1.0.28/src/**"]),
4949
crate_features = [
5050
"proc-macro",
5151
"span-locations",
@@ -76,7 +76,7 @@ rust_library(
7676

7777
rust_library(
7878
name = "syn",
79-
srcs = glob(["vendor/syn-1.0.71/src/**"]),
79+
srcs = glob(["vendor/syn-1.0.74/src/**"]),
8080
crate_features = [
8181
"clone-impls",
8282
"derive",

third-party/Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)