Skip to content

Commit

Permalink
Update third_party/Cargo in prep for s3_store
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Oct 31, 2021
1 parent 7956a02 commit f00b58f
Show file tree
Hide file tree
Showing 297 changed files with 1,695 additions and 1,710 deletions.
401 changes: 164 additions & 237 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions Cargo.toml
Expand Up @@ -18,7 +18,7 @@ futures = "0.3.16"
tokio = { version = "1.10.0", features = ["macros", "io-util", "fs", "rt-multi-thread"] }
tokio-stream = "0.1.7"
tokio-util = { version = "0.6.7", features = ["io"] }
tonic = "0.5.2"
tonic = "0.4.0"
lazy-init = "0.5.0"
log = "0.4.14"
env_logger = "0.9.0"
Expand All @@ -32,12 +32,14 @@ rusoto_s3 = "0.46.0"
rusoto_core = "0.46.0"
http = "^0.2"
zeroize = "<1.4"
pin-project-lite = "0.2.7"
fast-async-mutex = "0.6.7"

[dev-dependencies]
clap = "2.33.3"
stdext = "0.2.1"
prost-build = "0.7.0"
tonic-build = "0.5.2"
tonic-build = "0.4.0"
pretty_assertions = "0.7.2"
rustfmt-nightly = "1.4.21"
maplit = "1.0.2"
Expand Down
42 changes: 29 additions & 13 deletions third_party/BUILD.bazel
Expand Up @@ -57,6 +57,15 @@ alias(
],
)

alias(
name = "fast_async_mutex",
actual = "@raze__fast_async_mutex__0_6_7//:fast_async_mutex",
tags = [
"cargo-raze",
"manual",
],
)

alias(
name = "fixed_buffer",
actual = "@raze__fixed_buffer__0_2_3//:fixed_buffer",
Expand All @@ -68,7 +77,7 @@ alias(

alias(
name = "futures",
actual = "@raze__futures__0_3_16//:futures",
actual = "@raze__futures__0_3_17//:futures",
tags = [
"cargo-raze",
"manual",
Expand All @@ -86,7 +95,7 @@ alias(

alias(
name = "http",
actual = "@raze__http__0_2_4//:http",
actual = "@raze__http__0_2_5//:http",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -147,6 +156,15 @@ alias(
],
)

alias(
name = "pin_project_lite",
actual = "@raze__pin_project_lite__0_2_7//:pin_project_lite",
tags = [
"cargo-raze",
"manual",
],
)

alias(
name = "pretty_assertions",
actual = "@raze__pretty_assertions__0_7_2//:pretty_assertions",
Expand Down Expand Up @@ -220,19 +238,17 @@ alias(
)

alias(
name = "rustfmt_nightly",
actual = "@raze__rustfmt_nightly__1_4_21//:rustfmt_nightly",
name = "cargo_bin_rustfmt",
actual = "@raze__rustfmt_nightly__1_4_21//:cargo_bin_rustfmt",
tags = [
"cargo-raze",
"manual",
],
)

alias(
# Extra aliased target, from raze configuration
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_rustfmt",
actual = "@raze__rustfmt_nightly__1_4_21//:cargo_bin_rustfmt",
name = "rustfmt_nightly",
actual = "@raze__rustfmt_nightly__1_4_21//:rustfmt_nightly",
tags = [
"cargo-raze",
"manual",
Expand All @@ -241,7 +257,7 @@ alias(

alias(
name = "serde",
actual = "@raze__serde__1_0_127//:serde",
actual = "@raze__serde__1_0_130//:serde",
tags = [
"cargo-raze",
"manual",
Expand All @@ -250,7 +266,7 @@ alias(

alias(
name = "sha2",
actual = "@raze__sha2__0_9_5//:sha2",
actual = "@raze__sha2__0_9_8//:sha2",
tags = [
"cargo-raze",
"manual",
Expand All @@ -268,7 +284,7 @@ alias(

alias(
name = "tokio",
actual = "@raze__tokio__1_10_0//:tokio",
actual = "@raze__tokio__1_13_0//:tokio",
tags = [
"cargo-raze",
"manual",
Expand All @@ -277,7 +293,7 @@ alias(

alias(
name = "tokio_stream",
actual = "@raze__tokio_stream__0_1_7//:tokio_stream",
actual = "@raze__tokio_stream__0_1_8//:tokio_stream",
tags = [
"cargo-raze",
"manual",
Expand All @@ -286,7 +302,7 @@ alias(

alias(
name = "tokio_util",
actual = "@raze__tokio_util__0_6_7//:tokio_util",
actual = "@raze__tokio_util__0_6_9//:tokio_util",
tags = [
"cargo-raze",
"manual",
Expand Down

0 comments on commit f00b58f

Please sign in to comment.