Skip to content

Commit 1ba3727

Browse files
github-actions[bot]tautschnigfeliperodri
authored
Automatic cargo update to 2026-04-13 (#4575)
Dependency upgrade resulting from `cargo update`. --------- Signed-off-by: Felipe R. Monteiro <felisous@amazon.com> Co-authored-by: tautschnig <1144736+tautschnig@users.noreply.github.com> Co-authored-by: Felipe R. Monteiro <felisous@amazon.com>
1 parent bc27348 commit 1ba3727

3 files changed

Lines changed: 30 additions & 23 deletions

File tree

.github/workflows/deny.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- uses: actions/checkout@v6
2323
with:
2424
submodules: recursive
25-
- name: Install rustup
26-
run: ./scripts/setup/install_rustup.sh
2725
- uses: EmbarkStudios/cargo-deny-action@v2
26+
env:
27+
RUSTUP_TOOLCHAIN: stable
2828
with:
2929
arguments: --all-features --workspace
3030
command-arguments: -s

Cargo.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ dependencies = [
260260

261261
[[package]]
262262
name = "cc"
263-
version = "1.2.59"
263+
version = "1.2.60"
264264
source = "registry+https://github.com/rust-lang/crates.io-index"
265-
checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
265+
checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
266266
dependencies = [
267267
"find-msvc-tools",
268268
"shlex",
@@ -721,9 +721,9 @@ dependencies = [
721721

722722
[[package]]
723723
name = "fastrand"
724-
version = "2.4.0"
724+
version = "2.4.1"
725725
source = "registry+https://github.com/rust-lang/crates.io-index"
726-
checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f"
726+
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
727727

728728
[[package]]
729729
name = "find-msvc-tools"
@@ -826,9 +826,9 @@ dependencies = [
826826

827827
[[package]]
828828
name = "hashbrown"
829-
version = "0.16.1"
829+
version = "0.17.0"
830830
source = "registry+https://github.com/rust-lang/crates.io-index"
831-
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
831+
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
832832

833833
[[package]]
834834
name = "heck"
@@ -898,12 +898,12 @@ dependencies = [
898898

899899
[[package]]
900900
name = "indexmap"
901-
version = "2.13.1"
901+
version = "2.14.0"
902902
source = "registry+https://github.com/rust-lang/crates.io-index"
903-
checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
903+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
904904
dependencies = [
905905
"equivalent",
906-
"hashbrown 0.16.1",
906+
"hashbrown 0.17.0",
907907
"serde",
908908
"serde_core",
909909
]
@@ -979,9 +979,9 @@ checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5"
979979

980980
[[package]]
981981
name = "js-sys"
982-
version = "0.3.94"
982+
version = "0.3.95"
983983
source = "registry+https://github.com/rust-lang/crates.io-index"
984-
checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
984+
checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
985985
dependencies = [
986986
"once_cell",
987987
"wasm-bindgen",
@@ -2196,9 +2196,9 @@ dependencies = [
21962196

21972197
[[package]]
21982198
name = "tokio"
2199-
version = "1.51.0"
2199+
version = "1.51.1"
22002200
source = "registry+https://github.com/rust-lang/crates.io-index"
2201-
checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
2201+
checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
22022202
dependencies = [
22032203
"bytes",
22042204
"libc",
@@ -2516,9 +2516,9 @@ dependencies = [
25162516

25172517
[[package]]
25182518
name = "wasm-bindgen"
2519-
version = "0.2.117"
2519+
version = "0.2.118"
25202520
source = "registry+https://github.com/rust-lang/crates.io-index"
2521-
checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
2521+
checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
25222522
dependencies = [
25232523
"cfg-if",
25242524
"once_cell",
@@ -2529,19 +2529,19 @@ dependencies = [
25292529

25302530
[[package]]
25312531
name = "wasm-bindgen-macro"
2532-
version = "0.2.117"
2532+
version = "0.2.118"
25332533
source = "registry+https://github.com/rust-lang/crates.io-index"
2534-
checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
2534+
checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
25352535
dependencies = [
25362536
"quote",
25372537
"wasm-bindgen-macro-support",
25382538
]
25392539

25402540
[[package]]
25412541
name = "wasm-bindgen-macro-support"
2542-
version = "0.2.117"
2542+
version = "0.2.118"
25432543
source = "registry+https://github.com/rust-lang/crates.io-index"
2544-
checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
2544+
checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
25452545
dependencies = [
25462546
"bumpalo",
25472547
"proc-macro2",
@@ -2552,9 +2552,9 @@ dependencies = [
25522552

25532553
[[package]]
25542554
name = "wasm-bindgen-shared"
2555-
version = "0.2.117"
2555+
version = "0.2.118"
25562556
source = "registry+https://github.com/rust-lang/crates.io-index"
2557-
checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
2557+
checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
25582558
dependencies = [
25592559
"unicode-ident",
25602560
]

deny.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@ yanked = "deny"
1616
allow = [
1717
"MIT",
1818
"Apache-2.0",
19+
"Apache-2.0 WITH LLVM-exception",
1920
"Unicode-3.0",
2021
]
2122
confidence-threshold = 0.8
2223

2324
# All these exceptions should probably appear in: tools/build-kani/license-notes.txt
2425
exceptions = [
2526
{ name = "foldhash", allow=["Zlib"] },
27+
# Transitive dependencies via charon (LLBC backend)
28+
{ name = "brownstone", allow=["MPL-2.0"] },
29+
{ name = "colored", allow=["MPL-2.0"] },
30+
{ name = "indent_write", allow=["MPL-2.0"] },
31+
{ name = "nom-supreme", allow=["MPL-2.0"] },
2632
]
2733

2834
[licenses.private]
@@ -42,3 +48,4 @@ wildcards = "allow"
4248
unknown-registry = "deny"
4349
unknown-git = "deny"
4450
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
51+
allow-git = ["https://github.com/Nadrieril/tracing-tree"]

0 commit comments

Comments
 (0)