Skip to content

Commit

Permalink
chore: 0.5.0 -> 0.5.1 - bump mdzk and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaasrud committed Feb 21, 2022
1 parent 6f99773 commit 9b20f4f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 45 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdzk"
version = "0.5.0"
version = "0.5.1"
authors = [
"Knut Magnus Aasrud <[email protected]>",
"Victor Freire <[email protected]>",
Expand All @@ -18,20 +18,21 @@ include = [
"**/*.rs",
"**/*.hbs",
"**/*.pest",
"**/*.woff2",
"**/*.js",
"**/*.css",
"**/*.ttf",
"**/*.woff",
"**/*.woff2",
]

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

[dependencies]
anyhow = "1.0.52"
anyhow = "1.0.54"
chrono = "0.4.19"
futures-util = "0.3.19"
futures-util = "0.3.21"
gray_matter = "0.2.1"
handlebars = "4.2.0"
handlebars = "4.2.1"
ignore = "0.4.18"
lazy_static = "1.4.0"
lazy-regex = "2.2.2"
Expand All @@ -41,15 +42,15 @@ pest = "2.1.3"
pest_derive = "2.1.0"
pulldown-cmark = { version = "0.9.1", default-features = false, features = ["simd"] }
regex = "1.5.4"
serde = "1.0.133"
serde_json = "1.0.75"
structopt = "0.3.25"
serde = "1.0.136"
serde_json = "1.0.79"
structopt = "0.3.26"
toml = "0.5.8"

# Feature: Search
ammonia = "3.1.2"
ammonia = "3.1.4"
elasticlunr-rs = { version = "2.3.14", default-features = false }

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

0 comments on commit 9b20f4f

Please sign in to comment.