File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
crates/rspack_tracing_perfetto Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ repository.workspace = true
1111version.workspace = true
1212
1313[dependencies ]
14- bytes = { version = " * " }
15- micromegas-perfetto = { version = " * " }
14+ bytes = { version = " 1.10.0 " }
15+ micromegas-perfetto = { version = " 0.9.0 " }
1616prost = " 0.13"
1717tracing = { workspace = true }
1818tracing-subscriber = { workspace = true }
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ registries = [
157157# Lint level for when multiple versions of the same crate are detected
158158multiple-versions = " deny"
159159# Lint level for when a crate version requirement is `*`
160- wildcards = " allow "
160+ wildcards = " deny "
161161# The graph highlighting used when creating dotgraphs for crates
162162# with multiple versions
163163# * lowest-version - The path to the lowest versioned duplicate is highlighted
You can’t perform that action at this time.
0 commit comments