Update Rust crate serde_json to 1.0.80

pull/15/head
Renovate Bot 2022-04-30 20:04:04 +00:00
parent 70234738b5
commit 888a9eca7b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -787,9 +787,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944"
dependencies = [
"itoa",
"ryu",

View File

@ -22,7 +22,7 @@ flate2 = "1.0.23"
tokio-util = { version = "0.7.1", features = ["io"] }
futures-util = "0.3.21"
uuid = { version = "1.0.0", features = ["v4"] }
serde_json = "1.0.79"
serde_json = "1.0.80"
metrics = "0.18.1"
metrics-exporter-prometheus = "0.9.0"
serde = { version = "1.0", features = ["derive"] }