Skip to content

Commit 3e7b600

Browse files
committed
Banish wildcard deps
1 parent a1374fa commit 3e7b600

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ read-fonts = { version = "0.35.0", features = [
1919
skrifa = "0.37.0"
2020
indexmap = "1.9.3"
2121
serde_json = { version = "1.0.96", features = ["preserve_order"] }
22-
serde = { version = "*", features = ["derive"] }
22+
serde = { version = "1", features = ["derive"] }
2323
harfrust = { version = "0.3.1" }
2424
log = "0.4.28"
2525
shaperglot = { version = "1.1.2" }

diffenator3-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ indexmap = { workspace = true }
2626
skrifa = { workspace = true }
2727
serde_json = { workspace = true }
2828
serde = { workspace = true }
29-
rayon = "*"
29+
rayon = "1.11.0"
3030
colored = "2.1.0"
3131

3232
clap = { version = "4.5.9", features = ["derive"] }

diffenator3-lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description = "A font comparison tool that will not stop until your fonts are ex
99
license = "Apache-2.0"
1010

1111
[target.'cfg(not(target_family = "wasm"))'.dependencies]
12-
rayon = { version = "*" }
13-
indicatif = { version = "*", features = ["rayon"] }
12+
rayon = { version = "1.11.0" }
13+
indicatif = { version = "0.18.0", features = ["rayon"] }
1414
thread_local = "1.1"
1515

1616
[lib]

ttj/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ license = "Apache-2.0"
1212
skrifa = { workspace = true }
1313
read-fonts = { workspace = true }
1414
serde_json = { workspace = true }
15-
clap = "*"
15+
clap = "4.5.0"
1616
indexmap = { workspace = true }
1717
log.workspace = true

0 commit comments

Comments
 (0)