diff --git a/Cargo.lock b/Cargo.lock index 1b9bfba3..3d84e07b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3976,9 +3976,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" +checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" dependencies = [ "itoa 1.0.2", "ryu", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 86886d28..9bc5cbf4 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -21,7 +21,7 @@ rand = "0.8.5" serde = "1.0.137" serde_with = "1.14.0" serde_urlencoded = "0.7.1" -serde_json = "1.0.81" +serde_json = "1.0.82" sqlx = "0.6.0" thiserror = "1.0.31" tokio = "1.19.2" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 5b5fcd47..965de270 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ schemars = { version = "0.8.10", features = ["url", "chrono"] } tower = { version = "0.4.13", features = ["full"] } hyper = { version = "0.14.19", features = ["full"] } serde_yaml = "0.8.24" -serde_json = "1.0.81" +serde_json = "1.0.82" url = "2.2.2" argon2 = { version = "0.4.1", features = ["password-hash"] } reqwest = { version = "0.11.11", features = ["rustls-tls"], default-features = false, optional = true } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index ef0b7f23..9f26a92b 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -20,7 +20,7 @@ url = { version = "2.2.2", features = ["serde"] } serde = { version = "1.0.137", features = ["derive"] } serde_with = { version = "1.14.0", features = ["hex", "chrono"] } -serde_json = "1.0.81" +serde_json = "1.0.82" sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] } lettre = { version = "0.10.0-rc.7", default-features = false, features = ["serde", "builder"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index da367be4..0be31829 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -33,7 +33,7 @@ sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] } # Various structure (de)serialization serde = { version = "1.0.137", features = ["derive"] } serde_with = { version = "1.14.0", features = ["hex", "chrono"] } -serde_json = "1.0.81" +serde_json = "1.0.82" serde_urlencoded = "0.7.1" # Password hashing diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index fb1a6225..0d248309 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -20,7 +20,7 @@ opentelemetry-http = "0.6.0" opentelemetry-semantic-conventions = "0.9.0" rustls = "0.20.6" serde = "1.0.137" -serde_json = "1.0.81" +serde_json = "1.0.82" thiserror = "1.0.31" tokio = { version = "1.19.2", features = ["sync", "parking_lot"] } tower = { version = "0.4.13", features = ["timeout", "limit"] } diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 32f7531a..fff13aff 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -25,7 +25,7 @@ rsa = { git = "https://github.com/sandhose/RSA.git", branch = "bump-pkcs" } schemars = "0.8.10" sec1 = "0.3.0" serde = { version = "1.0.137", features = ["derive"] } -serde_json = "1.0.81" +serde_json = "1.0.82" serde_with = { version = "1.14.0", features = ["base64"] } sha2 = "0.10.2" signature = "1.5.0" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 6061d386..659dea6f 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.137" -serde_json = "1.0.81" +serde_json = "1.0.82" language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.2.2", features = ["serde"] } parse-display = "0.5.5" diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 493b5744..fcd7a401 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" anyhow = "1.0.58" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } serde = { version = "1.0.137", features = ["derive"] } -serde_json = "1.0.81" +serde_json = "1.0.82" thiserror = "1.0.31" tokio = { version = "1.19.2", features = ["io-util", "rt"] } tracing = "0.1.35" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index bbdf3720..743d76e7 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -10,7 +10,7 @@ tokio = "1.19.2" sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] } chrono = { version = "0.4.19", features = ["serde"] } serde = { version = "1.0.137", features = ["derive"] } -serde_json = "1.0.81" +serde_json = "1.0.82" thiserror = "1.0.31" anyhow = "1.0.58" tracing = "0.1.35" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 8062bb12..329c442e 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0.31" tera = "1.16.0" serde = { version = "1.0.137", features = ["derive"] } -serde_json = "1.0.81" +serde_json = "1.0.82" serde_urlencoded = "0.7.1" chrono = "0.4.19"