Skip to content

Commit 8485a10

Browse files
committed
Bump dependencies and version
1 parent 30827d6 commit 8485a10

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "hugo_to_json"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "A library and command line tool for producing a JSON representation of a Hugo site."
5-
keywords = ["Lunr", "Hugo", "JSON"]
5+
keywords = ["Lunr", "Hugo", "JSON"]
66
authors = ["Arran France <arran@arranfrance.com>"]
77
license = "MIT"
88
edition = "2018"
@@ -11,14 +11,14 @@ repository = "https://github.com/arranf/HugoToJSON"
1111
categories = ["command-line-utilities"]
1212

1313
[dependencies]
14-
env_logger = "0.6.1"
15-
log = "0.4.6"
14+
env_logger = "0.6.2"
15+
log = "0.4.8"
1616
strip_markdown = "0.1"
17-
toml = "0.5.0"
17+
toml = "0.5.3"
1818
yaml-rust = "0.4"
1919
walkdir = "2"
2020
serde_json = "1.0"
21-
serde = "1.0.89"
21+
serde = "1.0.99"
2222
serde_derive = "1.0"
2323
structopt = "0.2"
2424
num_cpus = "1.10"

0 commit comments

Comments
 (0)