Update all dependencies - autoclosed #17

Closed
kjuulh wants to merge 15 commits from renovate/all into main
7 changed files with 8 additions and 8 deletions
Showing only changes of commit 890bdc0b80 - Show all commits

4
Cargo.lock generated
View File

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

View File

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

View File

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

View File

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

View File

@ -9,5 +9,5 @@ edition = "2021"
async-graphql = { version = "4.0.16", features = ["uuid"] }
anyhow = "1.0.66"
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"] }

View File

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

View File

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