Skip to content

Commit

Permalink
build(deps): bump crc32fast from 1.2.2 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/srijs/rust-crc32fast/releases)
- [Commits](srijs/rust-crc32fast@v1.2.2...v1.3.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 Dec 6, 2021
1 parent e2a32e6 commit a0b012b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 src/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ autobenches = false
anyhow = "1.0.51"
byteorder = { version = "1.4.3", optional = true }
chrono = { version = "0.4.0", default-features = false, features = ["std"] }
crc32fast = { version = "1.2.2", optional = true }
crc32fast = { version = "1.3.0", optional = true }
digest = "0.9.0"
enum-kinds = "0.5.1"
flate2 = "1.0.22"
Expand Down

0 comments on commit a0b012b

Please sign in to comment.