chore: bump serde from 1.0.118 to 1.0.122 (#15126)

* chore: bump serde from 1.0.118 to 1.0.122

* Update programs/bpf/Cargo.lock
This commit is contained in:
Ryo Onodera
2021-02-05 19:23:24 +09:00
committed by GitHub
parent ffc7de4dec
commit c69027e5aa
33 changed files with 100 additions and 100 deletions

View File

@ -30,7 +30,7 @@ rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.0"
reed-solomon-erasure = { version = "4.0.2", features = ["simd-accel"] }
serde = "1.0.118"
serde = "1.0.122"
serde_bytes = "0.11.4"
sha2 = "0.9.2"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.6.0" }