Merge pull request #339 from vbrandl/dependabot/cargo/serde_json-1.0.68

Bump serde_json from 1.0.67 to 1.0.68
This commit is contained in:
Valentin Brandl 2021-10-06 08:43:07 +02:00 committed by GitHub
commit 228a1767f2
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

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

View File

@ -27,7 +27,7 @@ openssl-probe = "0.1.4"
reqwest = "0.11.4" reqwest = "0.11.4"
serde = "1.0.130" serde = "1.0.130"
serde_derive = "1.0.130" serde_derive = "1.0.130"
serde_json = "1.0.67" serde_json = "1.0.68"
tracing = "0.1.27" tracing = "0.1.27"
tracing-actix-web = "0.4.0-beta.11" tracing-actix-web = "0.4.0-beta.11"
tracing-bunyan-formatter = "0.2.6" tracing-bunyan-formatter = "0.2.6"