Merge branch 'renovate/rust-serde-1.x' into 'master'

Update Rust crate serde to 1.0.106

See merge request pastebinrun/pastebinrun!183
This commit is contained in:
Konrad Borowski 2020-05-06 16:15:37 +00:00
commit 75cf25ce8b

View File

@ -22,7 +22,7 @@ once_cell = "1.3.1"
pulldown-cmark = "0.7.0"
rand = "0.7.3"
reqwest = { version = "0.10.4", features = ["json"] }
serde = { version = "1.0.104", features = ["derive"] }
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.48"
time-parse = "0.1.2"
tokio = { version = "0.2.13", features = ["blocking", "macros"] }