Merge pull request #324 from vbrandl/dependabot/cargo/serde_json-1.0.67

Bump serde_json from 1.0.64 to 1.0.67
This commit is contained in:
Valentin Brandl 2021-09-03 12:00:03 +02:00 committed by GitHub
commit e2da36d2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2015,9 +2015,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.64" version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -27,7 +27,7 @@ openssl-probe = "0.1.4"
reqwest = "0.10.10" reqwest = "0.10.10"
serde = "1.0.130" serde = "1.0.130"
serde_derive = "1.0.123" serde_derive = "1.0.123"
serde_json = "1.0.64" serde_json = "1.0.67"
tracing = "0.1.26" tracing = "0.1.26"
tracing-actix-web = "0.2.1" tracing-actix-web = "0.2.1"
tracing-bunyan-formatter = "0.2.4" tracing-bunyan-formatter = "0.2.4"