Skip to content

Commit

Permalink
Bump crc-catalog from 1.1.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [crc-catalog](https://github.com/akhilles/crc-catalog) from 1.1.1 to 2.1.0.
- [Release notes](https://github.com/akhilles/crc-catalog/releases)
- [Commits](akhilles/crc-catalog@1.1.1...2.1.0)

---
updated-dependencies:
- dependency-name: crc-catalog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and huitseeker committed Jun 30, 2022
1 parent 62c2f80 commit 7162b30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ console-subscriber = { version = "0.1", features = ["env-filter"] }
constant_time_eq = { version = "0.1", default-features = false }
core2 = { version = "0.4", default-features = false, features = ["alloc"] }
crc = { version = "2", default-features = false }
crc-catalog = { version = "1", default-features = false }
crc-catalog = { version = "2", default-features = false }
crc32fast = { version = "1", features = ["std"] }
criterion = { version = "0.3", features = ["cargo_bench_support"] }
criterion-plot = { version = "0.4", default-features = false }
Expand Down Expand Up @@ -648,7 +648,7 @@ console-subscriber = { version = "0.1", features = ["env-filter"] }
constant_time_eq = { version = "0.1", default-features = false }
core2 = { version = "0.4", default-features = false, features = ["alloc"] }
crc = { version = "2", default-features = false }
crc-catalog = { version = "1", default-features = false }
crc-catalog = { version = "2", default-features = false }
crc32fast = { version = "1", features = ["std"] }
criterion = { version = "0.3", features = ["cargo_bench_support"] }
criterion-plot = { version = "0.4", default-features = false }
Expand Down

0 comments on commit 7162b30

Please sign in to comment.