diff --git a/Cargo.lock b/Cargo.lock index 2113b421..bd52839b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4339,9 +4339,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa 1.0.4", "ryu", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 3acb7b73..ceaeab0e 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -21,7 +21,7 @@ rand = "0.8.5" serde = "1.0.145" serde_with = "2.0.1" serde_urlencoded = "0.7.1" -serde_json = "1.0.86" +serde_json = "1.0.87" sqlx = "0.6.2" thiserror = "1.0.37" tokio = "1.21.2" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 09d54a81..87d4f24e 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ dotenv = "0.15.0" tower = { version = "0.4.13", features = ["full"] } hyper = { version = "0.14.20", features = ["full"] } serde_yaml = "0.9.13" -serde_json = "1.0.86" +serde_json = "1.0.87" url = "2.3.1" argon2 = { version = "0.4.1", features = ["password-hash"] } watchman_client = "0.8.0" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index c107ed57..68e65cae 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -20,7 +20,7 @@ url = { version = "2.3.1", features = ["serde"] } serde = { version = "1.0.145", features = ["derive"] } serde_with = { version = "2.0.1", features = ["hex", "chrono"] } -serde_json = "1.0.86" +serde_json = "1.0.87" sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } lettre = { version = "0.10.1", default-features = false, features = ["serde", "builder"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 13044caa..723bdefa 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -33,7 +33,7 @@ sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } # Various structure (de)serialization serde = { version = "1.0.145", features = ["derive"] } serde_with = { version = "2.0.1", features = ["hex", "chrono"] } -serde_json = "1.0.86" +serde_json = "1.0.87" serde_urlencoded = "0.7.1" # Password hashing diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 99ff19f7..8bac4eef 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -21,7 +21,7 @@ opentelemetry-semantic-conventions = "0.10.0" rustls = { version = "0.20.7", optional = true } rustls-native-certs = { version = "0.6.2", optional = true } serde = "1.0.145" -serde_json = "1.0.86" +serde_json = "1.0.87" serde_urlencoded = "0.7.1" thiserror = "1.0.37" tokio = { version = "1.21.2", features = ["sync", "parking_lot"], optional = true } diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 687034c5..c5d3cc79 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -22,7 +22,7 @@ rsa = "0.7.0" schemars = "0.8.11" sec1 = "0.3.0" serde = { version = "1.0.145", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" serde_with = { version = "2.0.1", features = ["base64"] } sha2 = { version = "0.10.6", features = ["oid"] } signature = "1.6.4" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index b78e6e75..ce50762a 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] http = "0.2.8" serde = "1.0.145" -serde_json = "1.0.86" +serde_json = "1.0.87" language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] } parse-display = "0.6.0" diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index e31809a0..d1c38e36 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" anyhow = "1.0.65" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } serde = { version = "1.0.145", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" thiserror = "1.0.37" tokio = { version = "1.21.2", features = ["io-util", "rt"] } tracing = "0.1.37" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index ba7a023b..6cd15edf 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -10,7 +10,7 @@ tokio = "1.21.2" sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] } chrono = { version = "0.4.22", features = ["serde"] } serde = { version = "1.0.145", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" thiserror = "1.0.37" anyhow = "1.0.65" tracing = "0.1.37" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 15ca609a..e5ebf3ef 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0.37" tera = "1.17.1" serde = { version = "1.0.145", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" serde_urlencoded = "0.7.1" chrono = "0.4.22"