chore(users/edef/crunch-v2): bump crate dependencies
Fixes rustls 0.20.9: RUSTSEC-2024-0336 (CVE-2024-32650, GHSA-6g7w-8wpp-frhj) Change-Id: I1be307876465f47c28af05c4b515bf6a7b6713ef Reviewed-on: https://cl.tvl.fyi/c/depot/+/12654 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI
This commit is contained in:
parent
dfff592784
commit
1c1eb68678
2 changed files with 25 additions and 25 deletions
|
|
@ -958,9 +958,9 @@ rec {
|
|||
};
|
||||
"bytemuck" = rec {
|
||||
crateName = "bytemuck";
|
||||
version = "1.18.0";
|
||||
version = "1.19.0";
|
||||
edition = "2018";
|
||||
sha256 = "1bp2s9wn0gjsaygv21nsbfpf854vl897ll6sqpfn3naaannv1fwl";
|
||||
sha256 = "0ka96agz9kqmsd71q7xpr08bnh2g8x4hivxqpnks0674h5dj2d43";
|
||||
authors = [
|
||||
"Lokathor <zefria@gmail.com>"
|
||||
];
|
||||
|
|
@ -975,7 +975,7 @@ rec {
|
|||
"bytemuck_derive" = [ "dep:bytemuck_derive" ];
|
||||
"derive" = [ "bytemuck_derive" ];
|
||||
"extern_crate_std" = [ "extern_crate_alloc" ];
|
||||
"latest_stable_rust" = [ "aarch64_simd" "align_offset" "const_zeroed" "derive" "min_const_generics" "must_cast" "wasm_simd" "zeroable_atomics" "zeroable_maybe_uninit" ];
|
||||
"latest_stable_rust" = [ "aarch64_simd" "align_offset" "const_zeroed" "derive" "min_const_generics" "must_cast" "track_caller" "wasm_simd" "zeroable_atomics" "zeroable_maybe_uninit" ];
|
||||
};
|
||||
resolvedDefaultFeatures = [ "bytemuck_derive" "derive" "extern_crate_alloc" ];
|
||||
};
|
||||
|
|
@ -1088,9 +1088,9 @@ rec {
|
|||
};
|
||||
"cc" = rec {
|
||||
crateName = "cc";
|
||||
version = "1.1.29";
|
||||
version = "1.1.30";
|
||||
edition = "2018";
|
||||
sha256 = "1ldw40qx2lwk9021f64cdf6d286c5zbb2gk456qqp94l66n09s2q";
|
||||
sha256 = "0icr3vn2r5scpgylbplffd5mh7jcdivqh9dfgsxymnc13fk06s5i";
|
||||
authors = [
|
||||
"Alex Crichton <alex@alexcrichton.com>"
|
||||
];
|
||||
|
|
@ -3168,9 +3168,9 @@ rec {
|
|||
};
|
||||
"hyper" = rec {
|
||||
crateName = "hyper";
|
||||
version = "0.14.30";
|
||||
version = "0.14.31";
|
||||
edition = "2018";
|
||||
sha256 = "1jayxag79yln1nzyzx652kcy1bikgwssn6c4zrrp5v7s3pbdslm1";
|
||||
sha256 = "11bf6mqcpzi0x2758p7q9zk3m877avzpbiw8nx8v2dd3iwp3024c";
|
||||
authors = [
|
||||
"Sean McArthur <sean@seanmonstar.com>"
|
||||
];
|
||||
|
|
@ -3595,9 +3595,9 @@ rec {
|
|||
};
|
||||
"libc" = rec {
|
||||
crateName = "libc";
|
||||
version = "0.2.159";
|
||||
version = "0.2.160";
|
||||
edition = "2015";
|
||||
sha256 = "1i9xpia0hn1y8dws7all8rqng6h3lc8ymlgslnljcvm376jrf7an";
|
||||
sha256 = "0kyf734dm5iplyq5p5jc4x5dqxjnc5jwawq9cngawx0qrl311cph";
|
||||
authors = [
|
||||
"The Rust Project Developers"
|
||||
];
|
||||
|
|
@ -6478,9 +6478,9 @@ rec {
|
|||
};
|
||||
"proc-macro2" = rec {
|
||||
crateName = "proc-macro2";
|
||||
version = "1.0.87";
|
||||
version = "1.0.88";
|
||||
edition = "2021";
|
||||
sha256 = "16mifsq1nqzk81qm82aszib44jsd23gpqic5z4kbmzpnvjhdmr5k";
|
||||
sha256 = "1ygjzcawivbziakc6sfc816alabvnp6whlm3g6kxamqyvg2pyfkw";
|
||||
libName = "proc_macro2";
|
||||
authors = [
|
||||
"David Tolnay <dtolnay@gmail.com>"
|
||||
|
|
@ -7785,9 +7785,9 @@ rec {
|
|||
};
|
||||
"rustversion" = rec {
|
||||
crateName = "rustversion";
|
||||
version = "1.0.17";
|
||||
version = "1.0.18";
|
||||
edition = "2018";
|
||||
sha256 = "1mm3fckyvb0l2209in1n2k05sws5d9mpkszbnwhq3pkq8apjhpcm";
|
||||
sha256 = "0j2207vmgrcxwwwvknfn3lwv4i8djhjnxlvwdnz8bwijqqmrz08f";
|
||||
procMacro = true;
|
||||
build = "build/build.rs";
|
||||
authors = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue