Skip to content

Commit

Permalink
Add nix package and upgrade third_party packages
Browse files Browse the repository at this point in the history
Add nix package, this will be used so we can atomically
swap files in a followup PR.

Also upgrades third_party packages.
  • Loading branch information
allada committed Apr 6, 2022
1 parent f9e090d commit a451628
Show file tree
Hide file tree
Showing 164 changed files with 1,791 additions and 1,498 deletions.
507 changes: 274 additions & 233 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bytes = "1.1.0"
byteorder = "1.4.3"
lazy_static = "1.4.0"
filetime = "0.2.15"
nix = "0.23.1"

[dev-dependencies]
clap = "2.33.3"
Expand Down
33 changes: 21 additions & 12 deletions third_party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ licenses([
# Aliased targets
alias(
name = "async_trait",
actual = "@raze__async_trait__0_1_51//:async_trait",
actual = "@raze__async_trait__0_1_53//:async_trait",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -50,7 +50,7 @@ alias(

alias(
name = "clap",
actual = "@raze__clap__2_33_3//:clap",
actual = "@raze__clap__2_34_0//:clap",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -95,7 +95,7 @@ alias(

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

alias(
name = "http",
actual = "@raze__http__0_2_5//:http",
actual = "@raze__http__0_2_6//:http",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -149,7 +149,7 @@ alias(

alias(
name = "log",
actual = "@raze__log__0_4_14//:log",
actual = "@raze__log__0_4_16//:log",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -192,9 +192,18 @@ alias(
],
)

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

alias(
name = "pin_project_lite",
actual = "@raze__pin_project_lite__0_2_7//:pin_project_lite",
actual = "@raze__pin_project_lite__0_2_8//:pin_project_lite",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -239,7 +248,7 @@ alias(

alias(
name = "rand",
actual = "@raze__rand__0_8_4//:rand",
actual = "@raze__rand__0_8_5//:rand",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -302,7 +311,7 @@ alias(

alias(
name = "serde",
actual = "@raze__serde__1_0_130//:serde",
actual = "@raze__serde__1_0_136//:serde",
tags = [
"cargo-raze",
"manual",
Expand All @@ -311,7 +320,7 @@ alias(

alias(
name = "sha2",
actual = "@raze__sha2__0_9_8//:sha2",
actual = "@raze__sha2__0_9_9//:sha2",
tags = [
"cargo-raze",
"manual",
Expand All @@ -329,7 +338,7 @@ alias(

alias(
name = "tokio",
actual = "@raze__tokio__1_14_0//:tokio",
actual = "@raze__tokio__1_17_0//:tokio",
tags = [
"cargo-raze",
"manual",
Expand All @@ -356,7 +365,7 @@ alias(

alias(
name = "tonic",
actual = "@raze__tonic__0_6_1//:tonic",
actual = "@raze__tonic__0_6_2//:tonic",
tags = [
"cargo-raze",
"manual",
Expand All @@ -365,7 +374,7 @@ alias(

alias(
name = "tonic_build",
actual = "@raze__tonic_build__0_6_0//:tonic_build",
actual = "@raze__tonic_build__0_6_2//:tonic_build",
tags = [
"cargo-raze",
"manual",
Expand Down
Loading

0 comments on commit a451628

Please sign in to comment.