Skip to content

Commit

Permalink
Merge branch 'main' into documentation/cff-update-1722448226
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes committed Aug 2, 2024
2 parents d9358c9 + a11da22 commit ae90bf5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 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].14
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].14
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].14
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].14
with:
tool: cargo-llvm-cov

Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"ron",
"serde",
"sysexits",
"toml 0.8.18",
"toml 0.8.19",
]

[[package]]
Expand Down 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 Expand Up @@ -522,14 +522,14 @@ dependencies = [

[[package]]
name = "toml"
version = "0.8.18"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b98404c41291d0a0fba7148837d26858b42e57f7abe5a4865ff39dc35d1d8c"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.19",
"toml_edit 0.22.20",
]

[[package]]
Expand All @@ -556,15 +556,15 @@ dependencies = [

[[package]]
name = "toml_edit"
version = "0.22.19"
version = "0.22.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4866f4796a39e03923b14f9a42e88f223e2e685ee1851041e510c0134850c27f"
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.17",
"winnow 0.6.18",
]

[[package]]
Expand Down Expand Up @@ -758,9 +758,9 @@ dependencies = [

[[package]]
name = "winnow"
version = "0.6.17"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93b68c91a1b24c7456960ac3290e86a316f3aefcda89c4cad24ae3eda34f4411"
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
dependencies = [
"memchr",
]

0 comments on commit ae90bf5

Please sign in to comment.