Skip to content

Commit

Permalink
fix(deps): update/unpin clap and mdbook (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Oct 19, 2023
1 parent 33eb09c commit b209ae7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 47 deletions.
59 changes: 14 additions & 45 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ name = "mdbook_catppuccin"
path = "src/lib.rs"

[dependencies]
clap = { version = "=4.4.3", features = ["cargo"] }
mdbook = "=0.4.35"
clap = { version = "4.4.6", features = ["cargo"] }
mdbook = "0.4.35"
env_logger = "0.10.0"
log = "0.4.20"
serde_json = "1.0.105"
Expand Down

0 comments on commit b209ae7

Please sign in to comment.