Skip to content

Commit e8ca842

Browse files
Bump dependencies (#4)
* Upgrade and properly specify dependencies. * Bump crate version.
1 parent 1ab41b6 commit e8ca842

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pbf_font_tools"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Ian Wagner <ian@stadiamaps.com>"]
55
license = "BSD-3-Clause"
66
repository = "https://github.com/stadiamaps/pbf_font_tools"
@@ -14,25 +14,25 @@ edition = "2018"
1414
freetype = ["freetype-rs", "sdf_glyph_renderer/freetype"]
1515

1616
[dependencies]
17-
futures = "~0.3"
18-
protobuf = "~2.20"
17+
futures = "0.3.14"
18+
protobuf = "2.22.1"
1919

2020
[dependencies.tokio]
21-
version = "~1.0"
21+
version = "1.5.0"
2222
features = ["fs", "io-util"]
2323

2424
[build-dependencies]
25-
glob = "~0.3"
26-
protobuf-codegen-pure = "~2.20"
25+
glob = "0.3.0"
26+
protobuf-codegen-pure = "2.22.1"
2727

2828
[dev-dependencies.tokio]
29-
version = "~1.0"
29+
version = "1.5.0"
3030
features = ["fs", "io-util", "macros", "rt"]
3131

3232
[dependencies.freetype-rs]
33-
version = "~0.26"
33+
version = "0.27.0"
3434
optional = true
3535

3636
[dependencies.sdf_glyph_renderer]
37-
version = "~0.1"
37+
version = "0.1.3"
3838
optional = true

0 commit comments

Comments
 (0)