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

Renovate Bot 2022-11-22 07:02:19 +00:00
parent c217d347ab
commit 2a7bc75a09
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.89"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
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.89"
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"] }