Skip to content

Commit a011dfb

Browse files
Bump tracing-subscriber and temporarily ignore RUSTSEC-2025-0055 for internal dependencies (#1613)
* Temporarily ignore RUSTSEC-2025-0055 * Bump tracing-subscriber to 0.3.20 at own deps * Update features snapshot
1 parent 71b593d commit a011dfb

File tree

3 files changed

+18
-24
lines changed

3 files changed

+18
-24
lines changed

Cargo.lock

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

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ ignore = [
3434
"RUSTSEC-2023-0091",
3535
# TODO(#1542): update the wasmtime internal dependency to 24.0.2+
3636
"RUSTSEC-2024-0438",
37+
# TODO(#1612): update the tracing-subscriber internal dependency to 0.3.20+
38+
"RUSTSEC-2025-0055",
3739
]
3840

3941
[licenses]

utils/checks/snapshots/features.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@
16121612
- use_core
16131613
- name: matchers 0.0.1
16141614
features: []
1615-
- name: matchers 0.1.0
1615+
- name: matchers 0.2.0
16161616
features: []
16171617
- name: matches 0.1.10
16181618
features: []
@@ -1773,7 +1773,7 @@
17731773
- std
17741774
- name: normalize-line-endings 0.3.0
17751775
features: []
1776-
- name: nu-ansi-term 0.46.0
1776+
- name: nu-ansi-term 0.50.1
17771777
features: []
17781778
- name: num 0.4.2
17791779
features:
@@ -1903,8 +1903,6 @@
19031903
features: []
19041904
- name: openssl-sys 0.9.107
19051905
features: []
1906-
- name: overload 0.1.1
1907-
features: []
19081906
- name: pallet-authorship 4.0.0-dev
19091907
features:
19101908
- std
@@ -2398,7 +2396,9 @@
23982396
- name: regex-automata 0.4.5
23992397
features:
24002398
- alloc
2399+
- dfa-build
24012400
- dfa-onepass
2401+
- dfa-search
24022402
- hybrid
24032403
- meta
24042404
- nfa
@@ -3484,7 +3484,7 @@
34843484
- tracing
34853485
- tracing-log
34863486
- tracing-serde
3487-
- name: tracing-subscriber 0.3.18
3487+
- name: tracing-subscriber 0.3.20
34883488
features:
34893489
- alloc
34903490
- ansi
@@ -3494,7 +3494,6 @@
34943494
- matchers
34953495
- nu-ansi-term
34963496
- once_cell
3497-
- regex
34983497
- registry
34993498
- sharded-slab
35003499
- smallvec

0 commit comments

Comments
 (0)