Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit a077b66

Browse files
committed
cargo update
1 parent 1635646 commit a077b66

File tree

2 files changed

+47
-30
lines changed

2 files changed

+47
-30
lines changed

Cargo.lock

Lines changed: 37 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wavrw-cli/generated/licenses.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@ anyhow: 1.0.99, "Apache-2.0 OR MIT",
77
array-init: 2.1.0, "Apache-2.0 OR MIT",
88
binrw: 0.15.0, "MIT",
99
binrw_derive: 0.15.0, "MIT",
10-
bitflags: 2.9.3, "Apache-2.0 OR MIT",
10+
bitflags: 2.9.4, "Apache-2.0 OR MIT",
1111
bytemuck: 1.23.2, "Apache-2.0 OR MIT OR Zlib",
1212
cfg-if: 1.0.3, "Apache-2.0 OR MIT",
13-
clap: 4.5.46, "Apache-2.0 OR MIT",
14-
clap_builder: 4.5.46, "Apache-2.0 OR MIT",
15-
clap_derive: 4.5.45, "Apache-2.0 OR MIT",
13+
clap: 4.5.47, "Apache-2.0 OR MIT",
14+
clap_builder: 4.5.47, "Apache-2.0 OR MIT",
15+
clap_derive: 4.5.47, "Apache-2.0 OR MIT",
1616
clap_lex: 0.7.5, "Apache-2.0 OR MIT",
1717
colorchoice: 1.0.4, "Apache-2.0 OR MIT",
1818
either: 1.15.0, "Apache-2.0 OR MIT",
19-
errno: 0.3.13, "Apache-2.0 OR MIT",
19+
errno: 0.3.14, "Apache-2.0 OR MIT",
2020
heck: 0.5.0, "Apache-2.0 OR MIT",
2121
hex: 0.4.3, "Apache-2.0 OR MIT",
2222
is_terminal_polyfill: 1.70.1, "Apache-2.0 OR MIT",
2323
itertools: 0.14.0, "Apache-2.0 OR MIT",
2424
lazy_static: 1.5.0, "Apache-2.0 OR MIT",
2525
libc: 0.2.175, "Apache-2.0 OR MIT",
26-
linux-raw-sys: 0.9.4, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
26+
linux-raw-sys: 0.11.0, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
2727
num_enum: 0.7.4, "Apache-2.0 OR BSD-3-Clause OR MIT",
2828
num_enum_derive: 0.7.4, "Apache-2.0 OR BSD-3-Clause OR MIT",
2929
once_cell: 1.21.3, "Apache-2.0 OR MIT",
3030
once_cell_polyfill: 1.70.1, "Apache-2.0 OR MIT",
3131
pin-project-lite: 0.2.16, "Apache-2.0 OR MIT",
3232
proc-macro2: 1.0.101, "Apache-2.0 OR MIT",
3333
quote: 1.0.40, "Apache-2.0 OR MIT",
34-
rustix: 1.0.8, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
34+
rustix: 1.1.2, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
3535
rustversion: 1.0.22, "Apache-2.0 OR MIT",
3636
sharded-slab: 0.1.7, "MIT",
3737
strsim: 0.11.1, "MIT",
@@ -42,12 +42,14 @@ tracing: 0.1.41, "MIT",
4242
tracing-attributes: 0.1.30, "MIT",
4343
tracing-core: 0.1.34, "MIT",
4444
tracing-subscriber: 0.3.20, "MIT",
45-
unicode-ident: 1.0.18, "(Apache-2.0 OR MIT) AND Unicode-3.0",
45+
unicode-ident: 1.0.19, "(Apache-2.0 OR MIT) AND Unicode-3.0",
4646
utf8parse: 0.2.2, "Apache-2.0 OR MIT",
4747
wavrw: 0.3.0, "Apache-2.0 OR MIT",
4848
wavrw-cli: 0.3.0, "Apache-2.0 OR MIT",
4949
windows-link: 0.1.3, "Apache-2.0 OR MIT",
50+
windows-link: 0.2.0, "Apache-2.0 OR MIT",
5051
windows-sys: 0.60.2, "Apache-2.0 OR MIT",
52+
windows-sys: 0.61.0, "Apache-2.0 OR MIT",
5153
windows-targets: 0.53.3, "Apache-2.0 OR MIT",
5254
windows_aarch64_gnullvm: 0.53.0, "Apache-2.0 OR MIT",
5355
windows_aarch64_msvc: 0.53.0, "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)