Skip to content

Commit

Permalink
chore(deps): bump crc32fast from 1.4.0 to 1.4.2
Browse files Browse the repository at this point in the history
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.4.0 to 1.4.2.
- [Commits](srijs/rust-crc32fast@v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: crc32fast
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Phoenix500526 committed Aug 22, 2024
1 parent 1c0af79 commit 5ee8166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ axum = "0.7.0"
bytes = "1.4.0"
clap = { version = "4", features = ["derive"] }
clippy-utilities = "0.2.0"
crc32fast = "1.4.0"
crc32fast = "1.4.2"
crossbeam-skiplist = "0.1.1"
curp = { path = "../curp", version = "0.1.0", features = ["client-metrics"] }
curp-external-api = { path = "../curp-external-api" }
Expand Down
2 changes: 1 addition & 1 deletion crates/xlineutl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["Client", "CommandLine"]
[dependencies]
anyhow = "1.0"
clap = "4"
crc32fast = "1.4.0"
crc32fast = "1.4.2"
engine = { path = "../engine" }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.125"
Expand Down

0 comments on commit 5ee8166

Please sign in to comment.