Skip to content

Commit

Permalink
update dependency libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Dec 6, 2024
1 parent 2271342 commit 3a391ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.119.0'
hugo-version: 'extended_0.129.0'
extended: true

- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ license = false
eula = false

[dependencies]
clap = { version = "4.5.5", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
rand = "0.8.5"
rust-embed = "8.4.0"
rust-embed = "8.5.0"

[build-dependencies]
clap = { version = "4.5.5", features = ["derive"] }
clap_complete = "4.5.7"
toml = "0.8.14"
clap_complete = "4.5.38"
toml = "0.8.19"

# The profile that 'cargo dist' will build with
[profile.dist]
Expand Down
4 changes: 2 additions & 2 deletions docs/content/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ $ cargo build

- Rust 1.78 or later
- Dependencies (See `Cargo.toml`)
- clap 4.5.5
- clap 4.5.23
- rand 0.8.5
- rust-embed 8.4.0
- rust-embed 8.5.0

0 comments on commit 3a391ef

Please sign in to comment.