Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Phoenix500526 committed Mar 26, 2024
1 parent fda9fd7 commit be26e02
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.6.20"
bytes = "1.4.0"
clap = { version = "4", features = ["derive"] }
clippy-utilities = "0.2.0"
crc32fast = "1.3.2"
crc32fast = "1.4.0"
crossbeam-skiplist = "0.1.1"
curp = { path = "../curp", version = "0.1.0", features = ["client-metrics"] }
dashmap = "5.5.3"
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.3.2"
crc32fast = "1.4.0"
engine = { path = "../engine" }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.107"
Expand Down

0 comments on commit be26e02

Please sign in to comment.