Skip to content

Commit

Permalink
Merge pull request MaterializeInc#9422 from MaterializeInc/dependabot…
Browse files Browse the repository at this point in the history
…/cargo/crc32fast-1.3.0

build(deps): bump crc32fast from 1.2.2 to 1.3.0
  • Loading branch information
benesch authored Dec 6, 2021
2 parents e2a32e6 + a0b012b commit c7773b3
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 c7773b3

Please sign in to comment.