Skip to content

Commit

Permalink
Merge branch 'main' into documentation/cff-update-1722552762
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes committed Aug 3, 2024
2 parents 426a0c9 + 7873b15 commit 88dd6e9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/logo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: fregante/[email protected]

- uses: taiki-e/[email protected].13
- uses: taiki-e/[email protected].16
with:
tool: just

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: github.repository == 'kevinmatthes/aeruginous-rs'
runs-on: ubuntu-latest
steps:
- uses: taiki-e/[email protected].13
- uses: taiki-e/[email protected].16
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/[email protected].13
- uses: taiki-e/[email protected].16
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ronlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
python-version: 3.11

- uses: taiki-e/[email protected].13
- uses: taiki-e/[email protected].16
with:
tool: cargo-llvm-cov

Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,19 @@ dependencies = [

[[package]]
name = "clap"
version = "4.5.12"
version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c53aa12ec67affac065e7c7dd20a42fa2a4094921b655711d5d3107bb3d52bed"
checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
dependencies = [
"clap_builder",
"clap_derive",
]

[[package]]
name = "clap_builder"
version = "4.5.12"
version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbdf2dd5fe10889e0c61942ff5d948aaf12fd0b4504408ab0cbb1916c2cffa9"
checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
dependencies = [
"anstream",
"anstyle",
Expand All @@ -187,9 +187,9 @@ dependencies = [

[[package]]
name = "clap_derive"
version = "4.5.11"
version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e"
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
dependencies = [
"heck",
"proc-macro2",
Expand Down

0 comments on commit 88dd6e9

Please sign in to comment.