mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
cargo update
This commit is contained in:
parent
002181f3ce
commit
9b73db3f1c
1129
Cargo.lock
1129
Cargo.lock
File diff suppressed because it is too large
Load Diff
@ -4,9 +4,9 @@ version = 3
|
||||
|
||||
[[package]]
|
||||
name = "r-efi"
|
||||
version = "4.2.0"
|
||||
version = "4.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "575fc2d9b3da54adbdfaddf6eca48fec256d977c8630a1750b8991347d1ac911"
|
||||
checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0"
|
||||
|
||||
[[package]]
|
||||
name = "uefi_qemu_test"
|
||||
|
@ -13,8 +13,10 @@ const LICENSES: &[&str] = &[
|
||||
"0BSD OR MIT OR Apache-2.0", // adler license
|
||||
"0BSD",
|
||||
"Apache-2.0 / MIT",
|
||||
"Apache-2.0 OR ISC OR MIT",
|
||||
"Apache-2.0 OR MIT",
|
||||
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
|
||||
"Apache-2.0",
|
||||
"Apache-2.0/MIT",
|
||||
"BSD-2-Clause OR Apache-2.0 OR MIT", // zerocopy
|
||||
"ISC",
|
||||
@ -259,7 +261,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
||||
"indexmap",
|
||||
"intl-memoizer",
|
||||
"intl_pluralrules",
|
||||
"is-terminal",
|
||||
"itertools",
|
||||
"itoa",
|
||||
"jemalloc-sys",
|
||||
@ -279,6 +280,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
||||
"memoffset",
|
||||
"miniz_oxide",
|
||||
"nu-ansi-term",
|
||||
"num-conv",
|
||||
"num_cpus",
|
||||
"object",
|
||||
"odht",
|
||||
|
Loading…
Reference in New Issue
Block a user