Skip to content

Commit

Permalink
Lockfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 31, 2020
1 parent 864ab8c commit 7261732
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
16 changes: 8 additions & 8 deletions third-party/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rust_library(
name = "anyhow",
srcs = glob(["vendor/anyhow-1.0.27/src/**"]),
srcs = glob(["vendor/anyhow-1.0.28/src/**"]),
visibility = ["PUBLIC"],
features = ["std"],
)
Expand Down Expand Up @@ -31,7 +31,7 @@ rust_library(

rust_library(
name = "codespan-reporting",
srcs = glob(["vendor/codespan-reporting-0.9.0/src/**"]),
srcs = glob(["vendor/codespan-reporting-0.9.2/src/**"]),
visibility = ["PUBLIC"],
deps = [
":termcolor",
Expand Down Expand Up @@ -59,7 +59,7 @@ rust_library(

rust_library(
name = "proc-macro-error",
srcs = glob(["vendor/proc-macro-error-0.4.11/src/**"]),
srcs = glob(["vendor/proc-macro-error-0.4.12/src/**"]),
rustc_flags = ["--cfg=use_fallback"],
deps = [
":proc-macro-error-attr",
Expand All @@ -71,7 +71,7 @@ rust_library(

rust_library(
name = "proc-macro-error-attr",
srcs = glob(["vendor/proc-macro-error-attr-0.4.11/src/**"]),
srcs = glob(["vendor/proc-macro-error-attr-0.4.12/src/**"]),
proc_macro = True,
deps = [
":proc-macro2",
Expand All @@ -83,7 +83,7 @@ rust_library(

rust_library(
name = "proc-macro2",
srcs = glob(["vendor/proc-macro2-1.0.9/src/**"]),
srcs = glob(["vendor/proc-macro2-1.0.10/src/**"]),
visibility = ["PUBLIC"],
features = [
"proc-macro",
Expand Down Expand Up @@ -131,7 +131,7 @@ rust_library(

rust_library(
name = "syn",
srcs = glob(["vendor/syn-1.0.16/src/**"]),
srcs = glob(["vendor/syn-1.0.17/src/**"]),
visibility = ["PUBLIC"],
features = [
"clone-impls",
Expand Down Expand Up @@ -171,14 +171,14 @@ rust_library(

rust_library(
name = "thiserror",
srcs = glob(["vendor/thiserror-1.0.11/src/**"]),
srcs = glob(["vendor/thiserror-1.0.14/src/**"]),
visibility = ["PUBLIC"],
deps = [":thiserror-impl"],
)

rust_library(
name = "thiserror-impl",
srcs = glob(["vendor/thiserror-impl-1.0.11/src/**"]),
srcs = glob(["vendor/thiserror-impl-1.0.14/src/**"]),
proc_macro = True,
deps = [
":proc-macro2",
Expand Down
16 changes: 8 additions & 8 deletions third-party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar")

rust_library(
name = "anyhow",
srcs = glob(["vendor/anyhow-1.0.27/src/**"]),
srcs = glob(["vendor/anyhow-1.0.28/src/**"]),
crate_features = ["std"],
visibility = ["//visibility:public"],
)
Expand Down Expand Up @@ -36,7 +36,7 @@ rust_library(

rust_library(
name = "codespan-reporting",
srcs = glob(["vendor/codespan-reporting-0.9.0/src/**"]),
srcs = glob(["vendor/codespan-reporting-0.9.2/src/**"]),
visibility = ["//visibility:public"],
deps = [
":termcolor",
Expand Down Expand Up @@ -64,7 +64,7 @@ rust_library(

rust_library(
name = "proc-macro-error",
srcs = glob(["vendor/proc-macro-error-0.4.11/src/**"]),
srcs = glob(["vendor/proc-macro-error-0.4.12/src/**"]),
rustc_flags = ["--cfg=use_fallback"],
deps = [
":proc-macro-error-attr",
Expand All @@ -76,7 +76,7 @@ rust_library(

rust_library(
name = "proc-macro-error-attr",
srcs = glob(["vendor/proc-macro-error-attr-0.4.11/src/**"]),
srcs = glob(["vendor/proc-macro-error-attr-0.4.12/src/**"]),
crate_type = "proc-macro",
deps = [
":proc-macro2",
Expand All @@ -88,7 +88,7 @@ rust_library(

rust_library(
name = "proc-macro2",
srcs = glob(["vendor/proc-macro2-1.0.9/src/**"]),
srcs = glob(["vendor/proc-macro2-1.0.10/src/**"]),
crate_features = [
"proc-macro",
"span-locations",
Expand Down Expand Up @@ -136,7 +136,7 @@ rust_library(

rust_library(
name = "syn",
srcs = glob(["vendor/syn-1.0.16/src/**"]),
srcs = glob(["vendor/syn-1.0.17/src/**"]),
crate_features = [
"clone-impls",
"derive",
Expand Down Expand Up @@ -176,14 +176,14 @@ rust_library(

rust_library(
name = "thiserror",
srcs = glob(["vendor/thiserror-1.0.11/src/**"]),
srcs = glob(["vendor/thiserror-1.0.14/src/**"]),
visibility = ["//visibility:public"],
deps = [":thiserror-impl"],
)

rust_library(
name = "thiserror-impl",
srcs = glob(["vendor/thiserror-impl-1.0.11/src/**"]),
srcs = glob(["vendor/thiserror-impl-1.0.14/src/**"]),
crate_type = "proc-macro",
deps = [
":proc-macro2",
Expand Down
44 changes: 22 additions & 22 deletions third-party/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7261732

Please sign in to comment.