Skip to content

Commit

Permalink
fix(deps): update rust crate crc to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent accb6a9 commit b7011bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rocksdb = { package = "ckb-rocksdb", version = "=0.18.3", features = ["snappy"]
hex = "0.4"
failure = "0.1.8"
lazy_static = "1.4"
crc = "3.0.0"
crc = "3.2.0"
chrono = "0.4"
diesel = { version = "1.4.8", features = ["mysql", "r2d2", "numeric"] }
dotenv = "0.15.0"
Expand Down

0 comments on commit b7011bd

Please sign in to comment.