Update Rust crate serde_json to 1.0.88 #14

Merged
kjuulh merged 1 commits from renovate/all into main 2022-11-18 15:32:12 +01:00
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

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

View File

@ -27,7 +27,7 @@ axum = "0.5.17"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] } axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" } axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87" serde_json = "1.0.88"
tokio = { version = "1.21.2", features = ["full"] } tokio = { version = "1.21.2", features = ["full"] }
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
sqlx = { version = "0.6", features = [ sqlx = { version = "0.6", features = [

View File

@ -17,7 +17,7 @@ axum = "0.5.17"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] } axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" } axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87" serde_json = "1.0.88"
tokio = { version = "1.21.2", features = ["full"] } tokio = { version = "1.21.2", features = ["full"] }
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }

View File

@ -17,7 +17,7 @@ sqlx = { version = "0.6", features = [
"postgres", "postgres",
"time", "time",
] } ] }
serde_json = "1.0.87" serde_json = "1.0.88"
dotenv = "0.15.0" dotenv = "0.15.0"
tracing = "0.1" tracing = "0.1"
tracing-subscriber = "0.3" tracing-subscriber = "0.3"

View File

@ -9,5 +9,5 @@ edition = "2021"
async-graphql = { version = "4.0.16", features = ["uuid"] } async-graphql = { version = "4.0.16", features = ["uuid"] }
anyhow = "1.0.66" anyhow = "1.0.66"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87" serde_json = "1.0.88"
uuid = { version = "1.2.2", features = ["v4", "fast-rng", "serde"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng", "serde"] }

View File

@ -16,7 +16,7 @@ axum = "0.5.17"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] } axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" } axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87" serde_json = "1.0.88"
tokio = { version = "1.21.2", features = ["full"] } tokio = { version = "1.21.2", features = ["full"] }
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
sqlx = { version = "0.6", features = [ sqlx = { version = "0.6", features = [

View File

@ -15,7 +15,7 @@ axum = "0.5.17"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] } axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" } axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87" serde_json = "1.0.88"
tokio = { version = "1.21.2", features = ["full"] } tokio = { version = "1.21.2", features = ["full"] }
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] } uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
sqlx = { version = "0.6", features = [ sqlx = { version = "0.6", features = [