Skip to content

Commit bb7e92d

Browse files
committed
deps: Relax dependency pinning to minor version level only
1 parent 9203cba commit bb7e92d

2 files changed

Lines changed: 47 additions & 106 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ categories = ["text-processing"]
1919
exclude = ["benches/", "tests/"]
2020

2121
[dependencies]
22-
bitflags = "2.4.1"
22+
bitflags = "2.4"
2323
bytemuck = { version = "1.5", features = ["extern_crate_alloc"] }
24-
core_maths = "0.1.0" # only for no_std builds
24+
core_maths = "0.1" # only for no_std builds
2525
smallvec = "1.6"
26-
unicode-bidi-mirroring = "0.4.0"
27-
unicode-ccc = "0.4.0"
28-
unicode-properties = { version = "0.1.3", default-features = false, features = ["general-category"] }
29-
unicode-script = "0.5.2"
30-
wasmi = { version = "0.40.0", optional = true }
31-
log = "0.4.22"
26+
unicode-bidi-mirroring = "0.4"
27+
unicode-ccc = "0.4"
28+
unicode-properties = { version = "0.1", default-features = false, features = ["general-category"] }
29+
unicode-script = "0.5"
30+
wasmi = { version = "0.40", optional = true }
31+
log = "0.4"
3232

3333
[dependencies.ttf-parser]
34-
version = "0.25.1"
34+
version = "0.25"
3535
default-features = false
3636
features = [
3737
"opentype-layout",

0 commit comments

Comments
 (0)