Skip to content

Commit 968be4e

Browse files
Update dependencies. (rust-lang#1211)
* Removed the itertools dependency * Removed an unused feature flag * Stubbed out a toml_query replacement * Update dependencies. * Bump env_logger. * Use warp instead of iron for http server. Iron does not appear to be maintained anymore. warp/hyper seems to be reasonably maintained. Unfortunately this takes a few seconds more to compile, but shouldn't be too bad. One benefit is that there is no longer a need for a separate websocket port, which makes it easier to run multiple servers at once. * Update pulldown-cmark to 0.7 * Switch from error-chain to anyhow. * Bump MSRV to 1.39. * Update elasticlunr-rs. Co-authored-by: Michael Bryan <[email protected]>
1 parent ebf431c commit 968be4e

26 files changed

+1295
-1104
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
rust: stable
3232
- build: msrv
3333
os: ubuntu-latest
34-
rust: 1.35.0
34+
rust: 1.39.0
3535
steps:
3636
- uses: actions/checkout@master
3737
- name: Install Rust

0 commit comments

Comments
 (0)