Skip to content

Commit cceb0ea

Browse files
authored
chore: disable wildcard version (#10939)
1 parent cee43e7 commit cceb0ea

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

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

crates/rspack_tracing_perfetto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repository.workspace = true
1111
version.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" }
1616
prost = "0.13"
1717
tracing = { workspace = true }
1818
tracing-subscriber = { workspace = true }

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ registries = [
157157
# Lint level for when multiple versions of the same crate are detected
158158
multiple-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

0 commit comments

Comments
 (0)