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

Renovate Bot 2023-02-08 21:01:20 +00:00
parent ae8227eb8d
commit 1b9b5d0f28
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -754,9 +754,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.91" version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -22,7 +22,7 @@ flate2 = "1.0.25"
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.91" serde_json = "1.0.93"
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"] }