summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-10-14 11:17:42 -0400
committerMason Reed <mason@vector35.com>2024-10-14 11:17:42 -0400
commitab0e6e8628d5502290a8a00ce40bf0483ff7c397 (patch)
tree40d2d5dd48bbb66bf6bc13ec5f6bc978169df677 /arch/riscv
parent022eae177062865af6106a7f23f2769433c61535 (diff)
Update bindgen to 0.70.1 and remove untracked lockfiles
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/Cargo.lock24
1 files changed, 2 insertions, 22 deletions
diff --git a/arch/riscv/Cargo.lock b/arch/riscv/Cargo.lock
index fc9e86ee..78e2e70c 100644
--- a/arch/riscv/Cargo.lock
+++ b/arch/riscv/Cargo.lock
@@ -47,16 +47,14 @@ dependencies = [
[[package]]
name = "bindgen"
-version = "0.69.4"
+version = "0.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
+checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"itertools",
- "lazy_static",
- "lazycell",
"log",
"prettyplease",
"proc-macro2",
@@ -65,7 +63,6 @@ dependencies = [
"rustc-hash",
"shlex",
"syn",
- "which",
]
[[package]]
@@ -166,12 +163,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
-name = "lazycell"
-version = "1.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
-
-[[package]]
name = "libc"
version = "0.2.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -338,17 +329,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
-name = "which"
-version = "4.2.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
-dependencies = [
- "either",
- "lazy_static",
- "libc",
-]
-
-[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"