Skip to content

Commit

Permalink
Dependency bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Oct 24, 2024
1 parent 98f979a commit baffff4
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 34 deletions.
62 changes: 34 additions & 28 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ repository = "https://github.com/hayatoito/site"
version = "0.8.0"

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.91"
clap = { version = "4", features = ["derive"] }
env_logger = "0.11.5"
glob = "0.3.1"
log = "0.4.22"
minijinja = { version = "2.1.1", features = ["loader"] }
pulldown-cmark = "0.11.0"
minijinja = { version = "2.3.1", features = ["loader"] }
pulldown-cmark = "0.12.2"
rayon = "1.10.0"
regex = "1.10.5"
serde = { version = "1.0.204", features = ["derive"] }
regex = "1.11.0"
serde = { version = "1.0.213", features = ["derive"] }
toml = "0.8.19"
unicode-width = "0.1.13"
unicode-width = "0.2.0"
walkdir = "2.5.0"

[dependencies.chrono]
Expand Down

0 comments on commit baffff4

Please sign in to comment.