Skip to content

Commit

Permalink
chore(deps): bump crate-ci/typos from 1.28.2 to 1.29.4 (#732)
Browse files Browse the repository at this point in the history
* chore(deps): bump crate-ci/typos from 1.28.2 to 1.29.4

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.28.2 to 1.29.4.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.28.2...v1.29.4)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix typos

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MRain <[email protected]>
  • Loading branch information
dependabot[bot] and mrain authored Jan 8, 2025
1 parent 8eaad8c commit f1903dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Enable Rust Caching

- name: Spell Check
uses: crate-ci/typos@v1.28.2
uses: crate-ci/typos@v1.29.4

- name: Format Check
run: cargo +nightly-2024-06-25 fmt -- --check
Expand Down
2 changes: 1 addition & 1 deletion vid/src/advz/payload_prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ mod tests {
.into_iter()
.map(|l| payload_bytes_base_len - l);

// TEST: prove data ranges for this paylaod
// TEST: prove data ranges for this payload
// it takes too long to test all combos of (polynomial, start, len)
// so do some edge cases and random cases
let edge_cases = {
Expand Down

0 comments on commit f1903dd

Please sign in to comment.