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

@ -12,7 +12,7 @@ homepage = "https://solana.com/"
clap = "2.33.1"
console = "0.11.3"
log = "0.4.11"
serde = "1.0.118"
serde = "1.0.122"
serde_yaml = "0.8.13"
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" }
solana-cli-config = { path = "../cli-config", version = "1.6.0" }