File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pbf_font_tools"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44authors = [" Ian Wagner <ian@stadiamaps.com>" ]
55license = " BSD-3-Clause"
66repository = " https://github.com/stadiamaps/pbf_font_tools"
@@ -14,25 +14,25 @@ edition = "2018"
1414freetype = [" 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"
2222features = [" 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"
3030features = [" fs" , " io-util" , " macros" , " rt" ]
3131
3232[dependencies .freetype-rs ]
33- version = " ~0.26 "
33+ version = " 0.27.0 "
3434optional = true
3535
3636[dependencies .sdf_glyph_renderer ]
37- version = " ~ 0.1"
37+ version = " 0.1.3 "
3838optional = true
You can’t perform that action at this time.
0 commit comments