Lockfile update
diff --git a/third-party/BUCK b/third-party/BUCK
index aa16ffb..b538146 100644
--- a/third-party/BUCK
+++ b/third-party/BUCK
@@ -151,23 +151,23 @@
alias(
name = "foldhash",
- actual = ":foldhash-0.1.4",
+ actual = ":foldhash-0.1.5",
visibility = ["PUBLIC"],
)
http_archive(
- name = "foldhash-0.1.4.crate",
- sha256 = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f",
- strip_prefix = "foldhash-0.1.4",
- urls = ["https://static.crates.io/crates/foldhash/0.1.4/download"],
+ name = "foldhash-0.1.5.crate",
+ sha256 = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2",
+ strip_prefix = "foldhash-0.1.5",
+ urls = ["https://static.crates.io/crates/foldhash/0.1.5/download"],
visibility = [],
)
cargo.rust_library(
- name = "foldhash-0.1.4",
- srcs = [":foldhash-0.1.4.crate"],
+ name = "foldhash-0.1.5",
+ srcs = [":foldhash-0.1.5.crate"],
crate = "foldhash",
- crate_root = "foldhash-0.1.4.crate/src/lib.rs",
+ crate_root = "foldhash-0.1.5.crate/src/lib.rs",
edition = "2021",
features = [
"default",
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index 4201528..8f7165a 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -54,9 +54,9 @@
[[package]]
name = "foldhash"
-version = "0.1.4"
+version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
+checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "proc-macro2"
diff --git a/third-party/bazel/BUILD.bazel b/third-party/bazel/BUILD.bazel
index fd34ab1..1977222 100644
--- a/third-party/bazel/BUILD.bazel
+++ b/third-party/bazel/BUILD.bazel
@@ -68,14 +68,14 @@
)
alias(
- name = "foldhash-0.1.4",
- actual = "@vendor__foldhash-0.1.4//:foldhash",
+ name = "foldhash-0.1.5",
+ actual = "@vendor__foldhash-0.1.5//:foldhash",
tags = ["manual"],
)
alias(
name = "foldhash",
- actual = "@vendor__foldhash-0.1.4//:foldhash",
+ actual = "@vendor__foldhash-0.1.5//:foldhash",
tags = ["manual"],
)
diff --git a/third-party/bazel/BUILD.foldhash-0.1.4.bazel b/third-party/bazel/BUILD.foldhash-0.1.5.bazel
similarity index 99%
rename from third-party/bazel/BUILD.foldhash-0.1.4.bazel
rename to third-party/bazel/BUILD.foldhash-0.1.5.bazel
index 02ab9ea..0241a02 100644
--- a/third-party/bazel/BUILD.foldhash-0.1.4.bazel
+++ b/third-party/bazel/BUILD.foldhash-0.1.5.bazel
@@ -92,5 +92,5 @@
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
- version = "0.1.4",
+ version = "0.1.5",
)
diff --git a/third-party/bazel/defs.bzl b/third-party/bazel/defs.bzl
index b523e3a..d51e9b4 100644
--- a/third-party/bazel/defs.bzl
+++ b/third-party/bazel/defs.bzl
@@ -298,7 +298,7 @@
"cc": Label("@vendor//:cc-1.2.16"),
"clap": Label("@vendor//:clap-4.5.32"),
"codespan-reporting": Label("@vendor//:codespan-reporting-0.11.1"),
- "foldhash": Label("@vendor//:foldhash-0.1.4"),
+ "foldhash": Label("@vendor//:foldhash-0.1.5"),
"proc-macro2": Label("@vendor//:proc-macro2-1.0.94"),
"quote": Label("@vendor//:quote-1.0.40"),
"scratch": Label("@vendor//:scratch-1.0.8"),
@@ -485,12 +485,12 @@
maybe(
http_archive,
- name = "vendor__foldhash-0.1.4",
- sha256 = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f",
+ name = "vendor__foldhash-0.1.5",
+ sha256 = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2",
type = "tar.gz",
- urls = ["https://static.crates.io/crates/foldhash/0.1.4/download"],
- strip_prefix = "foldhash-0.1.4",
- build_file = Label("//third-party/bazel:BUILD.foldhash-0.1.4.bazel"),
+ urls = ["https://static.crates.io/crates/foldhash/0.1.5/download"],
+ strip_prefix = "foldhash-0.1.5",
+ build_file = Label("//third-party/bazel:BUILD.foldhash-0.1.5.bazel"),
)
maybe(
@@ -697,7 +697,7 @@
struct(repo = "vendor__cc-1.2.16", is_dev_dep = False),
struct(repo = "vendor__clap-4.5.32", is_dev_dep = False),
struct(repo = "vendor__codespan-reporting-0.11.1", is_dev_dep = False),
- struct(repo = "vendor__foldhash-0.1.4", is_dev_dep = False),
+ struct(repo = "vendor__foldhash-0.1.5", is_dev_dep = False),
struct(repo = "vendor__proc-macro2-1.0.94", is_dev_dep = False),
struct(repo = "vendor__quote-1.0.40", is_dev_dep = False),
struct(repo = "vendor__rustversion-1.0.20", is_dev_dep = False),