Auto merge of #26293 - jdm:jsonup, r=ferjm

Update serde_json.
This commit is contained in:
bors-servo 2020-04-27 16:11:06 -04:00 committed by GitHub
commit c9909643a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View file

@ -12,8 +12,6 @@ extern crate crossbeam_channel;
extern crate log;
#[macro_use]
extern crate serde;
#[macro_use]
extern crate serde_json;
mod actions;
mod capabilities;