Update Rust crate serde_json to 1.0.90
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details

Renovate Bot 2022-12-17 20:02:31 +00:00
parent c217d347ab
commit 33e5fa9e5a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -745,9 +745,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.88" version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" checksum = "8778cc0b528968fe72abec38b5db5a20a70d148116cd9325d2bc5f5180ca3faf"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -22,7 +22,7 @@ flate2 = "1.0.24"
tokio-util = { version = "0.7.4", features = ["io"] } tokio-util = { version = "0.7.4", features = ["io"] }
futures-util = "0.3.25" futures-util = "0.3.25"
uuid = { version = "1.2.1", features = ["v4"] } uuid = { version = "1.2.1", features = ["v4"] }
serde_json = "1.0.88" serde_json = "1.0.90"
metrics = "0.20.1" metrics = "0.20.1"
metrics-exporter-prometheus = "0.11.0" metrics-exporter-prometheus = "0.11.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }