Skip to content

Commit

Permalink
build: update dependencies minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 committed Sep 4, 2024
1 parent 4fe41ef commit 2281a61
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 67 deletions.
122 changes: 65 additions & 57 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ keywords = ["ssg", "templating", "web", "markdown"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
chrono = "0.4.31"
clap = { version = "4.4.11", features = ["derive", "help"] }
anyhow = "1.0.86"
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive", "help"] }
handlebars = "4.5.0"
matter = "0.1.0-alpha4"
once_cell = "1.19.0"
path-absolutize = "3.1.1"
pathdiff = "0.2.1"
pulldown-cmark = "0.9.3"
regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_json_path = "0.6.4"
pulldown-cmark = "0.9.6"
regex = "1.10.6"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde_json_path = "0.6.7"
serde_regex = "1.1.0"
serde_yaml = "0.9.27"
serde_yaml = "0.9.34"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
walkdir = "2.4.0"
walkdir = "2.5.0"

0 comments on commit 2281a61

Please sign in to comment.