Skip to content

Commit

Permalink
repin rust crates (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea authored Sep 29, 2023
1 parent 6ff8264 commit 6523027
Show file tree
Hide file tree
Showing 33 changed files with 256 additions and 238 deletions.
6 changes: 3 additions & 3 deletions rust-deps/crates/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ alias(

alias(
name = "clang-ast",
actual = "@crates_vendor__clang-ast-0.1.19//:clang_ast",
actual = "@crates_vendor__clang-ast-0.1.20//:clang_ast",
tags = ["manual"],
)

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

alias(
name = "serde",
actual = "@crates_vendor__serde-1.0.185//:serde",
actual = "@crates_vendor__serde-1.0.188//:serde",
tags = ["manual"],
)

alias(
name = "serde_json",
actual = "@crates_vendor__serde_json-1.0.105//:serde_json",
actual = "@crates_vendor__serde_json-1.0.107//:serde_json",
tags = ["manual"],
)
8 changes: 4 additions & 4 deletions rust-deps/crates/BUILD.cc-1.0.83.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ rust_library(
version = "1.0.83",
deps = select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-apple-darwin": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
],
"//conditions:default": [],
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.1.19",
version = "0.1.20",
deps = [
"@crates_vendor__serde-1.0.185//:serde",
"@crates_vendor__rustc-hash-1.1.0//:rustc_hash",
"@crates_vendor__serde-1.0.188//:serde",
],
)
4 changes: 2 additions & 2 deletions rust-deps/crates/BUILD.cssparser-0.27.2.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rust_library(
"@crates_vendor__itoa-0.4.8//:itoa",
"@crates_vendor__matches-0.1.10//:matches",
"@crates_vendor__phf-0.8.0//:phf",
"@crates_vendor__smallvec-1.11.0//:smallvec",
"@crates_vendor__smallvec-1.11.1//:smallvec",
],
)

Expand Down Expand Up @@ -83,7 +83,7 @@ cargo_build_script(
version = "0.27.2",
visibility = ["//visibility:private"],
deps = [
"@crates_vendor__proc-macro2-1.0.66//:proc_macro2",
"@crates_vendor__proc-macro2-1.0.67//:proc_macro2",
"@crates_vendor__quote-1.0.33//:quote",
"@crates_vendor__syn-1.0.109//:syn",
],
Expand Down
2 changes: 1 addition & 1 deletion rust-deps/crates/BUILD.cssparser-macros-0.6.1.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ rust_proc_macro(
version = "0.6.1",
deps = [
"@crates_vendor__quote-1.0.33//:quote",
"@crates_vendor__syn-2.0.29//:syn",
"@crates_vendor__syn-2.0.37//:syn",
],
)
2 changes: 1 addition & 1 deletion rust-deps/crates/BUILD.derive_more-0.99.17.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ rust_proc_macro(
version = "0.99.17",
deps = [
"@crates_vendor__convert_case-0.4.0//:convert_case",
"@crates_vendor__proc-macro2-1.0.66//:proc_macro2",
"@crates_vendor__proc-macro2-1.0.67//:proc_macro2",
"@crates_vendor__quote-1.0.33//:quote",
"@crates_vendor__syn-1.0.109//:syn",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.8.32",
version = "0.8.33",
deps = [
"@crates_vendor__cfg-if-1.0.0//:cfg_if",
],
Expand Down
8 changes: 4 additions & 4 deletions rust-deps/crates/BUILD.getrandom-0.1.16.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ rust_library(
"@crates_vendor__getrandom-0.1.16//:build_script_build",
] + select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-apple-darwin": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
],
"//conditions:default": [],
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.2.147",
version = "0.2.148",
deps = [
"@crates_vendor__libc-0.2.147//:build_script_build",
"@crates_vendor__libc-0.2.148//:build_script_build",
],
)

Expand Down Expand Up @@ -80,7 +80,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "0.2.147",
version = "0.2.148",
visibility = ["//visibility:private"],
)

Expand Down
6 changes: 3 additions & 3 deletions rust-deps/crates/BUILD.lol_html-1.1.1.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ rust_library(
"@crates_vendor__bitflags-2.4.0//:bitflags",
"@crates_vendor__cfg-if-1.0.0//:cfg_if",
"@crates_vendor__cssparser-0.27.2//:cssparser",
"@crates_vendor__encoding_rs-0.8.32//:encoding_rs",
"@crates_vendor__encoding_rs-0.8.33//:encoding_rs",
"@crates_vendor__hashbrown-0.13.2//:hashbrown",
"@crates_vendor__lazy_static-1.4.0//:lazy_static",
"@crates_vendor__lazycell-1.3.0//:lazycell",
"@crates_vendor__memchr-2.5.0//:memchr",
"@crates_vendor__memchr-2.6.3//:memchr",
"@crates_vendor__mime-0.3.17//:mime",
"@crates_vendor__safemem-0.3.3//:safemem",
"@crates_vendor__selectors-0.22.0//:selectors",
"@crates_vendor__thiserror-1.0.47//:thiserror",
"@crates_vendor__thiserror-1.0.49//:thiserror",
],
)
6 changes: 3 additions & 3 deletions rust-deps/crates/BUILD.lolhtml-1.1.1.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ rust_library(
],
version = "1.1.1",
deps = [
"@crates_vendor__encoding_rs-0.8.32//:encoding_rs",
"@crates_vendor__libc-0.2.147//:libc",
"@crates_vendor__encoding_rs-0.8.33//:encoding_rs",
"@crates_vendor__libc-0.2.148//:libc",
"@crates_vendor__lol_html-1.1.1//:lol_html",
"@crates_vendor__thiserror-1.0.47//:thiserror",
"@crates_vendor__thiserror-1.0.49//:thiserror",
],
)
91 changes: 0 additions & 91 deletions rust-deps/crates/BUILD.memchr-2.5.0.bazel

This file was deleted.

47 changes: 47 additions & 0 deletions rust-deps/crates/BUILD.memchr-2.6.3.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//rust-deps:crates_vendor
###############################################################################

load("@rules_rust//rust:defs.bzl", "rust_library")

package(default_visibility = ["//visibility:public"])

# licenses([
# "TODO", # Unlicense OR MIT
# ])

rust_library(
name = "memchr",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"alloc",
"default",
"std",
],
crate_root = "src/lib.rs",
edition = "2021",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=memchr",
"manual",
"noclippy",
"norustfmt",
],
version = "2.6.3",
)
2 changes: 1 addition & 1 deletion rust-deps/crates/BUILD.phf_macros-0.8.0.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rust_proc_macro(
deps = [
"@crates_vendor__phf_generator-0.8.0//:phf_generator",
"@crates_vendor__phf_shared-0.8.0//:phf_shared",
"@crates_vendor__proc-macro2-1.0.66//:proc_macro2",
"@crates_vendor__proc-macro2-1.0.67//:proc_macro2",
"@crates_vendor__quote-1.0.33//:quote",
"@crates_vendor__syn-1.0.109//:syn",
],
Expand Down
2 changes: 1 addition & 1 deletion rust-deps/crates/BUILD.phf_shared-0.8.0.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ rust_library(
],
version = "0.8.0",
deps = [
"@crates_vendor__siphasher-0.3.10//:siphasher",
"@crates_vendor__siphasher-0.3.11//:siphasher",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "1.0.66",
version = "1.0.67",
deps = [
"@crates_vendor__proc-macro2-1.0.66//:build_script_build",
"@crates_vendor__unicode-ident-1.0.11//:unicode_ident",
"@crates_vendor__proc-macro2-1.0.67//:build_script_build",
"@crates_vendor__unicode-ident-1.0.12//:unicode_ident",
],
)

Expand Down Expand Up @@ -81,7 +81,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "1.0.66",
version = "1.0.67",
visibility = ["//visibility:private"],
)

Expand Down
2 changes: 1 addition & 1 deletion rust-deps/crates/BUILD.quote-1.0.33.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ rust_library(
],
version = "1.0.33",
deps = [
"@crates_vendor__proc-macro2-1.0.66//:proc_macro2",
"@crates_vendor__proc-macro2-1.0.67//:proc_macro2",
],
)
8 changes: 4 additions & 4 deletions rust-deps/crates/BUILD.rand-0.7.3.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ rust_library(
"@crates_vendor__rand_pcg-0.2.1//:rand_pcg",
] + select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
"@crates_vendor__rand_chacha-0.2.2//:rand_chacha", # cfg(not(target_os = "emscripten"))
],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
"@crates_vendor__rand_chacha-0.2.2//:rand_chacha", # cfg(not(target_os = "emscripten"))
],
"@rules_rust//rust/platform:x86_64-apple-darwin": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
"@crates_vendor__rand_chacha-0.2.2//:rand_chacha", # cfg(not(target_os = "emscripten"))
],
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
"@crates_vendor__rand_chacha-0.2.2//:rand_chacha", # cfg(not(target_os = "emscripten"))
],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
"@crates_vendor__libc-0.2.147//:libc", # cfg(unix)
"@crates_vendor__libc-0.2.148//:libc", # cfg(unix)
"@crates_vendor__rand_chacha-0.2.2//:rand_chacha", # cfg(not(target_os = "emscripten"))
],
"//conditions:default": [],
Expand Down
Loading

0 comments on commit 6523027

Please sign in to comment.