Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build/deps/gen/build_deps.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http = use_extension("@//:build/exts/http.bzl", "http")
git_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

# abseil-cpp
bazel_dep(name = "abseil-cpp", version = "20260107.0")
bazel_dep(name = "abseil-cpp", version = "20260107.1")

# apple_support
bazel_dep(name = "apple_support", version = "2.2.0")
Expand All @@ -17,13 +17,13 @@ bazel_dep(name = "aspect_rules_esbuild", version = "0.25.0")
bazel_dep(name = "aspect_rules_js", version = "2.9.2")

# aspect_rules_lint
bazel_dep(name = "aspect_rules_lint", version = "1.13.0")
bazel_dep(name = "aspect_rules_lint", version = "2.1.0")

# aspect_rules_ts
bazel_dep(name = "aspect_rules_ts", version = "3.8.3")
bazel_dep(name = "aspect_rules_ts", version = "3.8.4")

# bazel_lib
bazel_dep(name = "bazel_lib", version = "3.1.1")
bazel_dep(name = "bazel_lib", version = "3.2.0")

# bazel_skylib
bazel_dep(name = "bazel_skylib", version = "1.9.0")
Expand Down Expand Up @@ -117,7 +117,7 @@ bazel_dep(name = "rules_nodejs", version = "6.7.3")
bazel_dep(name = "rules_oci", version = "2.2.7")

# rules_python
bazel_dep(name = "rules_python", version = "1.8.0")
bazel_dep(name = "rules_python", version = "1.8.4")

# rules_shell
bazel_dep(name = "rules_shell", version = "0.6.1")
6 changes: 3 additions & 3 deletions build/deps/gen/deps.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ bazel_dep(name = "brotli", version = "1.2.0")
# capnp-cpp
http.archive(
name = "capnp-cpp",
sha256 = "58a883721d220a3d8d75531a7e7ede3fd87c3d6923caf645faff0c78f8807b23",
strip_prefix = "capnproto-capnproto-79b3170/c++",
sha256 = "ca72cb3ac88217f2929d6a76217de44402fe47413d5e57b1a348122e71765eba",
strip_prefix = "capnproto-capnproto-6ad949e/c++",
type = "tgz",
url = "https://github.com/capnproto/capnproto/tarball/79b317039adad92da1204929f4047f84dfd17350",
url = "https://github.com/capnproto/capnproto/tarball/6ad949eeb519d6dd4604346028ec51797925dda5",
)
use_repo(http, "capnp-cpp")

Expand Down
72 changes: 36 additions & 36 deletions deps/rust/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "3.4.1",
version = "3.4.2",
deps = [
"@crates_vendor__ada-url-3.4.1//:build_script_build",
"@crates_vendor__ada-url-3.4.2//:build_script_build",
],
)

Expand Down Expand Up @@ -100,10 +100,10 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "3.4.1",
version = "3.4.2",
visibility = ["//visibility:private"],
deps = [
"@crates_vendor__cc-1.2.55//:cc",
"@crates_vendor__cc-1.2.56//:cc",
"@crates_vendor__link_args-0.6.0//:link_args",
"@crates_vendor__regex-1.12.3//:regex",
],
Expand Down
2 changes: 1 addition & 1 deletion deps/rust/crates/BUILD.ahash-0.8.12.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rust_library(
deps = [
"@crates_vendor__ahash-0.8.12//:build_script_build",
"@crates_vendor__cfg-if-1.0.4//:cfg_if",
"@crates_vendor__zerocopy-0.8.37//:zerocopy",
"@crates_vendor__zerocopy-0.8.39//:zerocopy",
] + select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@crates_vendor__once_cell-1.21.3//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
Expand Down
2 changes: 1 addition & 1 deletion deps/rust/crates/BUILD.aho-corasick-1.1.4.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ rust_library(
],
version = "1.1.4",
deps = [
"@crates_vendor__memchr-2.7.6//:memchr",
"@crates_vendor__memchr-2.8.0//:memchr",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rust_library(
"std",
],
crate_root = "src/lib.rs",
edition = "2018",
edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
Expand All @@ -45,9 +45,9 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "1.0.100",
version = "1.0.101",
deps = [
"@crates_vendor__anyhow-1.0.100//:build_script_build",
"@crates_vendor__anyhow-1.0.101//:build_script_build",
],
)

Expand Down Expand Up @@ -88,7 +88,7 @@ cargo_build_script(
"WORKSPACE.bazel",
],
),
edition = "2018",
edition = "2021",
pkg_name = "anyhow",
rustc_flags = [
"--cap-lints=allow",
Expand All @@ -100,7 +100,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "1.0.100",
version = "1.0.101",
visibility = ["//visibility:private"],
)

Expand Down
2 changes: 1 addition & 1 deletion deps/rust/crates/BUILD.ast_node-5.0.0.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ rust_proc_macro(
deps = [
"@crates_vendor__quote-1.0.44//:quote",
"@crates_vendor__swc_macros_common-1.0.1//:swc_macros_common",
"@crates_vendor__syn-2.0.114//:syn",
"@crates_vendor__syn-2.0.115//:syn",
],
)
2 changes: 1 addition & 1 deletion deps/rust/crates/BUILD.async-trait-0.1.89.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ rust_proc_macro(
deps = [
"@crates_vendor__proc-macro2-1.0.106//:proc_macro2",
"@crates_vendor__quote-1.0.44//:quote",
"@crates_vendor__syn-2.0.114//:syn",
"@crates_vendor__syn-2.0.115//:syn",
],
)
Loading
Loading