@@ -63,17 +63,17 @@ flate2 = { version = "^1.0.19", default-features = false, features = ["zlib"] }
6363fs2 = " ^0.4"
6464lazy_static = " ^1.4"
6565libc = " ^0.2"
66- md-5 = " ^0.9 "
67- open = " 1. 4.0"
68- quick-xml = " ^0.22 "
66+ md-5 = " ^0.10 "
67+ open = " ^ 4.0"
68+ quick-xml = " ^0.28 "
6969serde = { version = " ^1.0" , features = [" derive" ], optional = true }
70- sha2 = " ^0.9 "
70+ sha2 = " ^0.10 "
7171structopt = " 0.3"
7272tectonic_bridge_core = { path = " crates/bridge_core" , version =" >=0.3.0,<1" }
7373tectonic_bundles = { path = " crates/bundles" , version =" >=0.3.0,<1" , default-features = false }
7474tectonic_docmodel = { path = " crates/docmodel" , version =" >=0.2.0,<1" , optional = true }
7575tectonic_engine_bibtex = { path = " crates/engine_bibtex" , version =" >=0.1.0,<1" }
76- tectonic_engine_spx2html = { path = " crates/engine_spx2html" , version =" >=0.1.1 ,<1" }
76+ tectonic_engine_spx2html = { path = " crates/engine_spx2html" , version =" >=0.3.0 ,<1" }
7777tectonic_engine_xdvipdfmx = { path = " crates/engine_xdvipdfmx" , version =" >=0.3.0,<1" }
7878tectonic_engine_xetex = { path = " crates/engine_xetex" , version =" >=0.4.0,<1" }
7979tectonic_errors = { path = " crates/errors" , version =" >=0.1.0,<1" }
@@ -84,10 +84,13 @@ tectonic_xdv = { path = "crates/xdv", version =">=0.1.9,<1"}
8484tectonic_xetex_layout = { path = " crates/xetex_layout" , version =" >=0.1.0,<1" }
8585tempfile = " ^3.1"
8686termcolor = " ^1.1"
87- toml = { version = " ^0.5" , optional = true }
87+ tokio = " ^1.0"
88+ toml = { version = " ^0.7" , optional = true }
8889url = " ^2.0"
89- watchexec = " ^1.15.3"
90- zip = { version = " ^0.5" , default-features = false , features = [" deflate" ] }
90+ watchexec = " ^2.3.0"
91+ watchexec-filterer-globset = " 1.2"
92+ watchexec-signals = " 1.0"
93+ zip = { version = " ^0.6" , default-features = false , features = [" deflate" ] }
9194
9295[features ]
9396default = [" geturl-reqwest" , " serialization" ]
@@ -112,21 +115,24 @@ profile = []
112115
113116[dev-dependencies ]
114117filetime = " ^0.2"
115- futures = " 0.1 "
116- headers = " 0.2 "
117- hyper = " 0.12 "
118+ futures = " 0.3 "
119+ headers = " 0.3 "
120+ hyper = { version = " 0.14 " , features = [ " server " ] }
118121tempfile = " ^3.1"
119- tokio = " 0.1.22"
120122
121123[package .metadata .vcpkg ]
122124git = " https://github.com/microsoft/vcpkg"
123- rev = " 1be5a98d090b1d2beeb63a48ba800fbf006e8aca"
125+ rev = " ea222747b888b8d63df56240b262db38b095c68f"
126+ overlay-triplets-path = " dist/vcpkg-triplets"
124127
128+ # If other targets start using custom triplets like x86_64-pc-windows-msvc,
129+ # add them to crates/dep_support/src/lib.rs:new_from_vcpkg() to give users
130+ # guidance if they might need to set $VCPKGRS_TRIPLET.
125131[package .metadata .vcpkg .target ]
126132x86_64-apple-darwin = { install = [" freetype" ," harfbuzz[icu,graphite2]" ] }
127133aarch64-apple-darwin = { triplet = " arm64-osx" , install = [" freetype" ," harfbuzz[icu,graphite2]" ] }
128134x86_64-unknown-linux-gnu = { install = [" fontconfig" ," freetype" ," harfbuzz[icu,graphite2]" ] }
129- x86_64-pc-windows-msvc = { triplet = " x64-windows-static" , install = [" fontconfig" ," freetype" ," harfbuzz[icu,graphite2]" ] }
135+ x86_64-pc-windows-msvc = { triplet = " x64-windows-static-release " , install = [" fontconfig" ," freetype" ," harfbuzz[icu,graphite2]" ] }
130136
131137[package .metadata .internal_dep_versions ]
132138tectonic_bridge_core = " 526ff57d5dd9f80dff35a3a5dd856edc9f0f61aa"
@@ -139,7 +145,7 @@ tectonic_cfg_support = "thiscommit:aeRoo7oa"
139145tectonic_dep_support = " 5faf4205bdd3d31101b749fc32857dd746f9e5bc"
140146tectonic_docmodel = " a88a0418a9c3c559d023d9b1da9b03fce3a469e5"
141147tectonic_engine_bibtex = " thiscommit:2021-01-17:KuhaeG1e"
142- tectonic_engine_spx2html = " thiscommit:2022-03-02:IQWAncv "
148+ tectonic_engine_spx2html = " thiscommit:2022-11-22:vicemXu "
143149tectonic_engine_xdvipdfmx = " 8a003834b1f6d967d33cc07de4cc025af14560da"
144150tectonic_engine_xetex = " c135e6a4a5a2e8c2dc4edcbcfd93f7d466ff8f88"
145151tectonic_errors = " 317ae79ceaa2593fb56090e37bf1f5cc24213dd9"
0 commit comments