Skip to content

Commit 5e1511e

Browse files
committed
Lockfile update
1 parent b4bb549 commit 5e1511e

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

third-party/BUCK

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ rust_library(
1717

1818
rust_library(
1919
name = "clap",
20-
srcs = glob(["vendor/clap-4.0.15/src/**/*.rs"]) + [
21-
"vendor/clap-4.0.15/examples/demo.md",
22-
"vendor/clap-4.0.15/examples/demo.rs",
20+
srcs = glob(["vendor/clap-4.0.18/src/**/*.rs"]) + [
21+
"vendor/clap-4.0.18/examples/demo.md",
22+
"vendor/clap-4.0.18/examples/demo.rs",
2323
],
2424
edition = "2021",
2525
features = [
@@ -108,8 +108,8 @@ rust_library(
108108

109109
rust_library(
110110
name = "syn",
111-
srcs = glob(["vendor/syn-1.0.102/src/**/*.rs"]),
112-
build_script = "vendor/syn-1.0.102/build.rs",
111+
srcs = glob(["vendor/syn-1.0.103/src/**/*.rs"]),
112+
build_script = "vendor/syn-1.0.103/build.rs",
113113
edition = "2018",
114114
features = [
115115
"clone-impls",

third-party/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ rust_library(
2020

2121
rust_library(
2222
name = "clap",
23-
srcs = glob(["vendor/clap-4.0.15/src/**/*.rs"]) + ["vendor/clap-4.0.15/examples/demo.rs"],
23+
srcs = glob(["vendor/clap-4.0.18/src/**/*.rs"]) + ["vendor/clap-4.0.18/examples/demo.rs"],
2424
crate_features = [
2525
"error-context",
2626
"help",
2727
"std",
2828
"usage",
2929
],
30-
data = ["vendor/clap-4.0.15/examples/demo.md"],
30+
data = ["vendor/clap-4.0.18/examples/demo.md"],
3131
edition = "2021",
3232
visibility = ["//visibility:public"],
3333
deps = [
@@ -132,7 +132,7 @@ rust_library(
132132

133133
rust_library(
134134
name = "syn",
135-
srcs = glob(["vendor/syn-1.0.102/src/**/*.rs"]),
135+
srcs = glob(["vendor/syn-1.0.103/src/**/*.rs"]),
136136
crate_features = [
137137
"clone-impls",
138138
"derive",
@@ -153,7 +153,7 @@ rust_library(
153153

154154
cargo_build_script(
155155
name = "syn@build",
156-
srcs = ["vendor/syn-1.0.102/build.rs"],
156+
srcs = ["vendor/syn-1.0.103/build.rs"],
157157
crate_features = [
158158
"clone-impls",
159159
"derive",

third-party/Cargo.lock

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

0 commit comments

Comments
 (0)