Skip to content

Commit 9b20f4f

Browse files
committed
chore: 0.5.0 -> 0.5.1 - bump mdzk and dependencies
1 parent 6f99773 commit 9b20f4f

File tree

2 files changed

+46
-45
lines changed

2 files changed

+46
-45
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdzk"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Knut Magnus Aasrud <[email protected]>",
66
"Victor Freire <[email protected]>",
@@ -18,20 +18,21 @@ include = [
1818
"**/*.rs",
1919
"**/*.hbs",
2020
"**/*.pest",
21-
"**/*.woff2",
2221
"**/*.js",
2322
"**/*.css",
2423
"**/*.ttf",
24+
"**/*.woff",
25+
"**/*.woff2",
2526
]
2627

2728
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2829

2930
[dependencies]
30-
anyhow = "1.0.52"
31+
anyhow = "1.0.54"
3132
chrono = "0.4.19"
32-
futures-util = "0.3.19"
33+
futures-util = "0.3.21"
3334
gray_matter = "0.2.1"
34-
handlebars = "4.2.0"
35+
handlebars = "4.2.1"
3536
ignore = "0.4.18"
3637
lazy_static = "1.4.0"
3738
lazy-regex = "2.2.2"
@@ -41,15 +42,15 @@ pest = "2.1.3"
4142
pest_derive = "2.1.0"
4243
pulldown-cmark = { version = "0.9.1", default-features = false, features = ["simd"] }
4344
regex = "1.5.4"
44-
serde = "1.0.133"
45-
serde_json = "1.0.75"
46-
structopt = "0.3.25"
45+
serde = "1.0.136"
46+
serde_json = "1.0.79"
47+
structopt = "0.3.26"
4748
toml = "0.5.8"
4849

4950
# Feature: Search
50-
ammonia = "3.1.2"
51+
ammonia = "3.1.4"
5152
elasticlunr-rs = { version = "2.3.14", default-features = false }
5253

5354
# Feature: Serve
54-
tokio = { version = "1.15.0", default-features = false, features = ["macros", "rt-multi-thread"] }
55+
tokio = { version = "1.17.0", default-features = false, features = ["macros", "rt-multi-thread"] }
5556
warp = { version = "0.3.2", default-features = false, features = ["websocket"] }

0 commit comments

Comments
 (0)