Skip to content

Commit

Permalink
Bump crc from 2.1.0 to 3.0.0 (#1857)
Browse files Browse the repository at this point in the history
* Bump crc from 2.1.0 to 3.0.0

Bumps [crc](https://github.com/mrhooray/crc-rs) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](mrhooray/crc-rs@2.1.0...3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>
  • Loading branch information
dependabot[bot] and nick-mobilecoin authored May 5, 2022
1 parent 5844154 commit f518eed
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mc-util-serial = { path = "../util/serial" }
mc-watcher-api = { path = "../watcher/api" }

bs58 = "0.4.0"
crc = "2.1.0"
crc = "3.0.0"
displaydoc = { version = "0.2", default-features = false }
protobuf = "2.27.1"

Expand Down
8 changes: 4 additions & 4 deletions consensus/enclave/trusted/Cargo.lock

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

8 changes: 4 additions & 4 deletions fog/ingest/enclave/trusted/Cargo.lock

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

8 changes: 4 additions & 4 deletions fog/ledger/enclave/trusted/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 fog/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mc-watcher-api = { path = "../../watcher/api" }
mc-fog-kex-rng = { path = "../kex_rng" }

# third-party
crc = { version = "2.1.0", default-features = false }
crc = { version = "3.0.0", default-features = false }
displaydoc = { version = "0.2", default-features = false }
prost = { version = "0.10", default-features = false, features = ["prost-derive"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand Down
8 changes: 4 additions & 4 deletions fog/view/enclave/trusted/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 libmobilecoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["lib", "staticlib", "cdylib"]
[dependencies]
# External dependencies
aes-gcm = "0.9.4"
crc = "2.1.0"
crc = "3.0.0"
displaydoc = "0.2"
generic-array = { version = "0.14", features = ["serde", "more_lengths"] }
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion transaction/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
# External dependencies
aes = { version = "0.7.5", default-features = false, features = ["ctr"] }
crc = { version = "2.1.0", default-features = false }
crc = { version = "3.0.0", default-features = false }
displaydoc = { version = "0.2", default-features = false }
generic-array = { version = "0.14", features = ["serde", "more_lengths"] }
hex_fmt = "0.3"
Expand Down

0 comments on commit f518eed

Please sign in to comment.