Skip to content

Commit

Permalink
Bump rust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanous authored Jun 27, 2022
1 parent 2de961f commit 1e8495b
Show file tree
Hide file tree
Showing 36 changed files with 503 additions and 334 deletions.
6 changes: 3 additions & 3 deletions rust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proto_plugin(
exclusions = [
"google/protobuf",
],
options = ["no_insert_include"],
options = ["no_include=true"],
outputs = ["{basename}.tonic.rs"],
tool = "@crate_index//:protoc-gen-tonic__protoc-gen-tonic",
visibility = ["//visibility:public"],
Expand All @@ -28,11 +28,11 @@ crates_vendor(
packages = {
"protoc-gen-prost": crate.spec(
git = "https://github.com/titanous/protoc-gen-prost",
rev = "4648793ae8207d35acb9310d04f6a31d86b9d9f6",
rev = "706af00ca1df7a8b2f2d77d2bac749144e584e7c",
),
"protoc-gen-tonic": crate.spec(
git = "https://github.com/titanous/protoc-gen-prost",
rev = "4648793ae8207d35acb9310d04f6a31d86b9d9f6",
rev = "706af00ca1df7a8b2f2d77d2bac749144e584e7c",
),
"prost": crate.spec(
version = "0.10.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "1.0.57",
version = "1.0.58",
deps = [
] + select_with_or({
"//conditions:default": [
"@crate_index__anyhow-1.0.57//:build_script_build",
"@crate_index__anyhow-1.0.58//:build_script_build",
],
}),
)
Expand Down Expand Up @@ -146,7 +146,7 @@ cargo_build_script(
"//conditions:default": [
],
}),
version = "1.0.57",
version = "1.0.58",
visibility = ["//visibility:private"],
deps = [
] + select_with_or({
Expand Down
6 changes: 3 additions & 3 deletions rust/crates/BUILD.async-stream-impl-0.3.3.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ rust_proc_macro(
deps = [
] + select_with_or({
"//conditions:default": [
"@crate_index__proc-macro2-1.0.39//:proc_macro2",
"@crate_index__quote-1.0.18//:quote",
"@crate_index__syn-1.0.96//:syn",
"@crate_index__proc-macro2-1.0.40//:proc_macro2",
"@crate_index__quote-1.0.20//:quote",
"@crate_index__syn-1.0.98//:syn",
],
}),
)
6 changes: 3 additions & 3 deletions rust/crates/BUILD.async-trait-0.1.56.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ rust_proc_macro(
] + select_with_or({
"//conditions:default": [
"@crate_index__async-trait-0.1.56//:build_script_build",
"@crate_index__proc-macro2-1.0.39//:proc_macro2",
"@crate_index__quote-1.0.18//:quote",
"@crate_index__syn-1.0.96//:syn",
"@crate_index__proc-macro2-1.0.40//:proc_macro2",
"@crate_index__quote-1.0.20//:quote",
"@crate_index__syn-1.0.98//:syn",
],
}),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rust_library(
"//conditions:default": [
],
}),
edition = "2018",
edition = "2021",
proc_macro_deps = [
] + select_with_or({
"//conditions:default": [
Expand All @@ -73,11 +73,11 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.5.7",
version = "0.5.9",
deps = [
] + select_with_or({
"//conditions:default": [
"@crate_index__axum-core-0.2.5//:axum_core",
"@crate_index__axum-core-0.2.6//:axum_core",
"@crate_index__bitflags-1.3.2//:bitflags",
"@crate_index__bytes-1.1.0//:bytes",
"@crate_index__futures-util-0.3.21//:futures_util",
Expand All @@ -93,10 +93,10 @@ rust_library(
"@crate_index__serde-1.0.137//:serde",
"@crate_index__sync_wrapper-0.1.1//:sync_wrapper",
"@crate_index__tokio-1.19.2//:tokio",
"@crate_index__tower-0.4.12//:tower",
"@crate_index__tower-0.4.13//:tower",
"@crate_index__tower-http-0.3.4//:tower_http",
"@crate_index__tower-layer-0.3.1//:tower_layer",
"@crate_index__tower-service-0.3.1//:tower_service",
"@crate_index__tower-service-0.3.2//:tower_service",
],
}),
)
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rust_library(
"//conditions:default": [
],
}),
edition = "2018",
edition = "2021",
proc_macro_deps = [
] + select_with_or({
"//conditions:default": [
Expand All @@ -73,7 +73,7 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.2.5",
version = "0.2.6",
deps = [
] + select_with_or({
"//conditions:default": [
Expand Down
8 changes: 4 additions & 4 deletions rust/crates/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ alias(

alias(
name = "protoc-gen-prost",
actual = "@crate_index__protoc-gen-prost-0.1.3//:protoc_gen_prost",
actual = "@crate_index__protoc-gen-prost-0.1.4//:protoc_gen_prost",
tags = ["manual"],
)

alias(
name = "protoc-gen-tonic",
actual = "@crate_index__protoc-gen-tonic-0.1.0//:protoc_gen_tonic",
actual = "@crate_index__protoc-gen-tonic-0.1.1//:protoc_gen_tonic",
tags = ["manual"],
)

Expand Down Expand Up @@ -119,12 +119,12 @@ alias(

alias(
name = "protoc-gen-prost__protoc-gen-prost",
actual = "@crate_index__protoc-gen-prost-0.1.3//:protoc-gen-prost__bin",
actual = "@crate_index__protoc-gen-prost-0.1.4//:protoc-gen-prost__bin",
tags = ["manual"],
)

alias(
name = "protoc-gen-tonic__protoc-gen-tonic",
actual = "@crate_index__protoc-gen-tonic-0.1.0//:protoc-gen-tonic__bin",
actual = "@crate_index__protoc-gen-tonic-0.1.1//:protoc-gen-tonic__bin",
tags = ["manual"],
)
6 changes: 3 additions & 3 deletions rust/crates/BUILD.futures-macro-0.3.21.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ rust_proc_macro(
deps = [
] + select_with_or({
"//conditions:default": [
"@crate_index__proc-macro2-1.0.39//:proc_macro2",
"@crate_index__quote-1.0.18//:quote",
"@crate_index__syn-1.0.96//:syn",
"@crate_index__proc-macro2-1.0.40//:proc_macro2",
"@crate_index__quote-1.0.20//:quote",
"@crate_index__syn-1.0.98//:syn",
],
}),
)
2 changes: 1 addition & 1 deletion rust/crates/BUILD.h2-0.3.13.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rust_library(
"@crate_index__futures-sink-0.3.21//:futures_sink",
"@crate_index__futures-util-0.3.21//:futures_util",
"@crate_index__http-0.2.8//:http",
"@crate_index__indexmap-1.8.2//:indexmap",
"@crate_index__indexmap-1.9.1//:indexmap",
"@crate_index__slab-0.4.6//:slab",
"@crate_index__tokio-1.19.2//:tokio",
"@crate_index__tokio-util-0.7.3//:tokio_util",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ load(
package(default_visibility = ["//visibility:public"])

# licenses([
# "TODO", # Apache-2.0/MIT
# "TODO", # MIT OR Apache-2.0
# ])

rust_library(
Expand Down Expand Up @@ -48,7 +48,7 @@ rust_library(
"//conditions:default": [
],
}),
edition = "2018",
edition = "2021",
proc_macro_deps = [
] + select_with_or({
"//conditions:default": [
Expand All @@ -73,7 +73,7 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.11.2",
version = "0.12.1",
deps = [
] + select_with_or({
"//conditions:default": [
Expand Down
2 changes: 1 addition & 1 deletion rust/crates/BUILD.hyper-0.14.19.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ rust_library(
"@crate_index__pin-project-lite-0.2.9//:pin_project_lite",
"@crate_index__socket2-0.4.4//:socket2",
"@crate_index__tokio-1.19.2//:tokio",
"@crate_index__tower-service-0.3.1//:tower_service",
"@crate_index__tower-service-0.3.2//:tower_service",
"@crate_index__tracing-0.1.35//:tracing",
"@crate_index__want-0.3.0//:want",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load(
package(default_visibility = ["//visibility:public"])

# licenses([
# "TODO", # Apache-2.0/MIT
# "TODO", # Apache-2.0 OR MIT
# ])

rust_library(
Expand Down Expand Up @@ -52,7 +52,7 @@ rust_library(
"//conditions:default": [
],
}),
edition = "2018",
edition = "2021",
proc_macro_deps = [
] + select_with_or({
"//conditions:default": [
Expand All @@ -77,12 +77,12 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "1.8.2",
version = "1.9.1",
deps = [
] + select_with_or({
"//conditions:default": [
"@crate_index__hashbrown-0.11.2//:hashbrown",
"@crate_index__indexmap-1.8.2//:build_script_build",
"@crate_index__hashbrown-0.12.1//:hashbrown",
"@crate_index__indexmap-1.9.1//:build_script_build",
],
}),
)
Expand Down Expand Up @@ -116,7 +116,7 @@ cargo_build_script(
"//conditions:default": [
],
}),
edition = "2018",
edition = "2021",
proc_macro_deps = [
] + select_with_or({
"//conditions:default": [
Expand Down Expand Up @@ -145,7 +145,7 @@ cargo_build_script(
"//conditions:default": [
],
}),
version = "1.8.2",
version = "1.9.1",
visibility = ["//visibility:private"],
deps = [
] + select_with_or({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.8.3",
version = "0.8.4",
deps = [
] + select_with_or({
# cfg(target_os = "wasi")
Expand Down
2 changes: 1 addition & 1 deletion rust/crates/BUILD.petgraph-0.6.2.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rust_library(
] + select_with_or({
"//conditions:default": [
"@crate_index__fixedbitset-0.4.1//:fixedbitset",
"@crate_index__indexmap-1.8.2//:indexmap",
"@crate_index__indexmap-1.9.1//:indexmap",
],
}),
)
6 changes: 3 additions & 3 deletions rust/crates/BUILD.pin-project-internal-1.0.10.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ rust_proc_macro(
deps = [
] + select_with_or({
"//conditions:default": [
"@crate_index__proc-macro2-1.0.39//:proc_macro2",
"@crate_index__quote-1.0.18//:quote",
"@crate_index__syn-1.0.96//:syn",
"@crate_index__proc-macro2-1.0.40//:proc_macro2",
"@crate_index__quote-1.0.20//:quote",
"@crate_index__syn-1.0.98//:syn",
],
}),
)
83 changes: 0 additions & 83 deletions rust/crates/BUILD.prettyplease-0.1.11.bazel

This file was deleted.

Loading

0 comments on commit 1e8495b

Please sign in to comment.