diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 56c8081..c24fa1a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 385c6fd..547703d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/docs/content/install.md b/docs/content/install.md index 5e12e36..112da23 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -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