Skip to content

Commit

Permalink
Update vendored dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-hansen committed Jan 29, 2025
1 parent 94f03ef commit 74ba656
Show file tree
Hide file tree
Showing 990 changed files with 28,158 additions and 3,797 deletions.
3,264 changes: 0 additions & 3,264 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions thirdparty/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,22 @@ crates_vendor(
"tokio-tungstenite": crate.spec(
features = ["rustls-tls-webpki-roots"],
package = "tokio-tungstenite",
version = "0.26.0",
version = "0.26",
),
"tonic": crate.spec(
features = ["transport"],
package = "tonic",
version = "0.12.1",
version = "0.12",
),
"tonic-build": crate.spec(
package = "tonic-build",
version = "0.12.1",
version = "0.12",
),
"tonic-health": crate.spec(
default_features = False,
features = ["transport"],
package = "tonic-health",
version = "0.12.3",
version = "0.12",
),
"warp": crate.spec(
package = "warp",
Expand Down
178 changes: 176 additions & 2 deletions thirdparty/crates/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,69 +30,141 @@ filegroup(
)

# Workspace Member Dependencies
alias(
name = "ahash-0.8.11",
actual = "//thirdparty/crates/ahash-0.8.11:ahash",
tags = ["manual"],
)

alias(
name = "ahash",
actual = "//thirdparty/crates/ahash-0.8.11:ahash",
tags = ["manual"],
)

alias(
name = "async-trait-0.1.85",
actual = "//thirdparty/crates/async-trait-0.1.85:async_trait",
tags = ["manual"],
)

alias(
name = "async-trait",
actual = "//thirdparty/crates/async-trait-0.1.85:async_trait",
tags = ["manual"],
)

alias(
name = "bytes-1.9.0",
actual = "//thirdparty/crates/bytes-1.9.0:bytes",
tags = ["manual"],
)

alias(
name = "bytes",
actual = "//thirdparty/crates/bytes-1.9.0:bytes",
tags = ["manual"],
)

alias(
name = "chrono-0.4.39",
actual = "//thirdparty/crates/chrono-0.4.39:chrono",
tags = ["manual"],
)

alias(
name = "chrono",
actual = "//thirdparty/crates/chrono-0.4.39:chrono",
tags = ["manual"],
)

alias(
name = "crossbeam-0.8.4",
actual = "//thirdparty/crates/crossbeam-0.8.4:crossbeam",
tags = ["manual"],
)

alias(
name = "crossbeam",
actual = "//thirdparty/crates/crossbeam-0.8.4:crossbeam",
tags = ["manual"],
)

alias(
name = "deep_causality_macros-0.4.10",
actual = "//thirdparty/crates/deep_causality_macros-0.4.10:deep_causality_macros",
tags = ["manual"],
)

alias(
name = "deep_causality_macros",
actual = "//thirdparty/crates/deep_causality_macros-0.4.10:deep_causality_macros",
tags = ["manual"],
)

alias(
name = "docker_utils-0.2.3",
actual = "//thirdparty/crates/docker_utils-0.2.3:docker_utils",
tags = ["manual"],
)

alias(
name = "docker_utils",
actual = "//thirdparty/crates/docker_utils-0.2.3:docker_utils",
tags = ["manual"],
)

alias(
name = "enum_dispatch-0.3.13",
actual = "//thirdparty/crates/enum_dispatch-0.3.13:enum_dispatch",
tags = ["manual"],
)

alias(
name = "enum_dispatch",
actual = "//thirdparty/crates/enum_dispatch-0.3.13:enum_dispatch",
tags = ["manual"],
)

alias(
name = "futures-0.3.31",
actual = "//thirdparty/crates/futures-0.3.31:futures",
tags = ["manual"],
)

alias(
name = "futures",
actual = "//thirdparty/crates/futures-0.3.31:futures",
tags = ["manual"],
)

alias(
name = "futures-util-0.3.31",
actual = "//thirdparty/crates/futures-util-0.3.31:futures_util",
tags = ["manual"],
)

alias(
name = "futures-util",
actual = "//thirdparty/crates/futures-util-0.3.31:futures_util",
tags = ["manual"],
)

alias(
name = "iggy-0.6.91",
actual = "//thirdparty/crates/iggy-0.6.91:iggy",
tags = ["manual"],
)

alias(
name = "iggy",
actual = "//thirdparty/crates/iggy-0.6.90:iggy",
actual = "//thirdparty/crates/iggy-0.6.91:iggy",
tags = ["manual"],
)

alias(
name = "mimalloc-0.1.43",
actual = "//thirdparty/crates/mimalloc-0.1.43:mimalloc",
tags = ["manual"],
)

Expand All @@ -102,45 +174,93 @@ alias(
tags = ["manual"],
)

alias(
name = "quote-1.0.38",
actual = "//thirdparty/crates/quote-1.0.38:quote",
tags = ["manual"],
)

alias(
name = "quote",
actual = "//thirdparty/crates/quote-1.0.38:quote",
tags = ["manual"],
)

alias(
name = "reqwest-0.12.12",
actual = "//thirdparty/crates/reqwest-0.12.12:reqwest",
tags = ["manual"],
)

alias(
name = "reqwest",
actual = "//thirdparty/crates/reqwest-0.12.12:reqwest",
tags = ["manual"],
)

alias(
name = "rust_decimal-1.36.0",
actual = "//thirdparty/crates/rust_decimal-1.36.0:rust_decimal",
tags = ["manual"],
)

alias(
name = "rust_decimal",
actual = "//thirdparty/crates/rust_decimal-1.36.0:rust_decimal",
tags = ["manual"],
)

alias(
name = "rust_decimal_macros-1.36.0",
actual = "//thirdparty/crates/rust_decimal_macros-1.36.0:rust_decimal_macros",
tags = ["manual"],
)

alias(
name = "rust_decimal_macros",
actual = "//thirdparty/crates/rust_decimal_macros-1.36.0:rust_decimal_macros",
tags = ["manual"],
)

alias(
name = "rustls-0.23.21",
actual = "//thirdparty/crates/rustls-0.23.21:rustls",
tags = ["manual"],
)

alias(
name = "rustls",
actual = "//thirdparty/crates/rustls-0.23.21:rustls",
tags = ["manual"],
)

alias(
name = "serde-1.0.217",
actual = "//thirdparty/crates/serde-1.0.217:serde",
tags = ["manual"],
)

alias(
name = "serde",
actual = "//thirdparty/crates/serde-1.0.217:serde",
tags = ["manual"],
)

alias(
name = "serde_json-1.0.138",
actual = "//thirdparty/crates/serde_json-1.0.138:serde_json",
tags = ["manual"],
)

alias(
name = "serde_json",
actual = "//thirdparty/crates/serde_json-1.0.137:serde_json",
actual = "//thirdparty/crates/serde_json-1.0.138:serde_json",
tags = ["manual"],
)

alias(
name = "service_utils-0.2.0",
actual = "//thirdparty/crates/service_utils-0.2.0:service_utils",
tags = ["manual"],
)

Expand All @@ -150,54 +270,108 @@ alias(
tags = ["manual"],
)

alias(
name = "sha3-0.11.0-pre.4",
actual = "//thirdparty/crates/sha3-0.11.0-pre.4:sha3",
tags = ["manual"],
)

alias(
name = "sha3",
actual = "//thirdparty/crates/sha3-0.11.0-pre.4:sha3",
tags = ["manual"],
)

alias(
name = "syn-2.0.96",
actual = "//thirdparty/crates/syn-2.0.96:syn",
tags = ["manual"],
)

alias(
name = "syn",
actual = "//thirdparty/crates/syn-2.0.96:syn",
tags = ["manual"],
)

alias(
name = "tokio-1.43.0",
actual = "//thirdparty/crates/tokio-1.43.0:tokio",
tags = ["manual"],
)

alias(
name = "tokio",
actual = "//thirdparty/crates/tokio-1.43.0:tokio",
tags = ["manual"],
)

alias(
name = "tokio-tungstenite-0.26.1",
actual = "//thirdparty/crates/tokio-tungstenite-0.26.1:tokio_tungstenite",
tags = ["manual"],
)

alias(
name = "tokio-tungstenite",
actual = "//thirdparty/crates/tokio-tungstenite-0.26.1:tokio_tungstenite",
tags = ["manual"],
)

alias(
name = "tonic-0.12.3",
actual = "//thirdparty/crates/tonic-0.12.3:tonic",
tags = ["manual"],
)

alias(
name = "tonic",
actual = "//thirdparty/crates/tonic-0.12.3:tonic",
tags = ["manual"],
)

alias(
name = "tonic-build-0.12.3",
actual = "//thirdparty/crates/tonic-build-0.12.3:tonic_build",
tags = ["manual"],
)

alias(
name = "tonic-build",
actual = "//thirdparty/crates/tonic-build-0.12.3:tonic_build",
tags = ["manual"],
)

alias(
name = "tonic-health-0.12.3",
actual = "//thirdparty/crates/tonic-health-0.12.3:tonic_health",
tags = ["manual"],
)

alias(
name = "tonic-health",
actual = "//thirdparty/crates/tonic-health-0.12.3:tonic_health",
tags = ["manual"],
)

alias(
name = "trait-variant-0.1.2",
actual = "//thirdparty/crates/trait-variant-0.1.2:trait_variant",
tags = ["manual"],
)

alias(
name = "trait-variant",
actual = "//thirdparty/crates/trait-variant-0.1.2:trait_variant",
tags = ["manual"],
)

alias(
name = "warp-0.3.7",
actual = "//thirdparty/crates/warp-0.3.7:warp",
tags = ["manual"],
)

alias(
name = "warp",
actual = "//thirdparty/crates/warp-0.3.7:warp",
Expand Down
2 changes: 2 additions & 0 deletions thirdparty/crates/addr2line-0.24.2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
Expand All @@ -75,6 +76,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
"@rules_rust//rust/platform:x86_64-unknown-none": [],
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.24.2",
Expand Down
Loading

0 comments on commit 74ba656

Please sign in to comment.