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

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
mio = "0.7.6"
serde = { version = "1.0.118", features = ["derive"] }
serde = { version = "1.0.122", features = ["derive"] }
solana-sdk = { path = "../sdk", version = "1.6.0" }
tarpc = { version = "0.24.1", features = ["full"] }