nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.15k stars 228 forks source link

chore: fix yanked bytes #4517

Closed zhangsoledad closed 2 months ago

zhangsoledad commented 2 months ago

What problem does this PR solve?

error[yanked]: detected yanked crate (try `cargo update -p bytes`)
   ┌─ /home/runner/work/ckb/ckb/Cargo.lock:40:1
   │
40 │ bytes 1.6.0 registry+https://github.com/rust-lang/crates.io-index
   │ ----------------------------------------------------------------- yanked version

What is changed and how it works?

Upgrade bytes to >=4.1.3

Check List

Tests

Release note

None: Exclude this PR from the release note.