diff --git a/Cargo.lock b/Cargo.lock index ed505be5..6978a6ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3907,9 +3907,9 @@ checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" [[package]] name = "serde" -version = "1.0.141" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7af873f2c95b99fcb0bd0fe622a43e29514658873c8ceba88c4cb88833a22500" +checksum = "e590c437916fb6b221e1d00df6e3294f3fccd70ca7e92541c475d6ed6ef5fee2" dependencies = [ "serde_derive", ] @@ -3929,9 +3929,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.141" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75743a150d003dd863b51dc809bcad0d73f2102c53632f1e954e738192a3413f" +checksum = "34b5b8d809babe02f538c2cfec6f2c1ed10804c0e5a6a041a049a4f5588ccc2e" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index e24ba2ee..f7bc92e0 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -18,7 +18,7 @@ http = "0.2.8" http-body = "0.4.5" mime = "0.3.16" rand = "0.8.5" -serde = "1.0.141" +serde = "1.0.142" serde_with = "2.0.0" serde_urlencoded = "0.7.1" serde_json = "1.0.83" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 01b2cac8..5aa23f34 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -18,7 +18,7 @@ figment = { version = "0.10.6", features = ["env", "yaml", "test"] } chrono = { version = "0.4.19", features = ["serde"] } url = { version = "2.2.2", features = ["serde"] } -serde = { version = "1.0.141", features = ["derive"] } +serde = { version = "1.0.142", features = ["derive"] } serde_with = { version = "2.0.0", features = ["hex", "chrono"] } serde_json = "1.0.83" sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres"] } diff --git a/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index c9e3e16b..94ab5e42 100644 --- a/crates/data-model/Cargo.toml +++ b/crates/data-model/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] chrono = "0.4.19" thiserror = "1.0.32" -serde = "1.0.141" +serde = "1.0.142" url = { version = "2.2.2", features = ["serde"] } crc = "3.0.0" rand = "0.8.5" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index b53b49ba..5bb1a7c9 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -31,7 +31,7 @@ lettre = { version = "0.10.1", default-features = false, features = ["builder"] sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres"] } # Various structure (de)serialization -serde = { version = "1.0.141", features = ["derive"] } +serde = { version = "1.0.142", features = ["derive"] } serde_with = { version = "2.0.0", features = ["hex", "chrono"] } serde_json = "1.0.83" serde_urlencoded = "0.7.1" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 11fafec5..331ef679 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -19,7 +19,7 @@ opentelemetry = "0.17.0" opentelemetry-http = "0.6.0" opentelemetry-semantic-conventions = "0.9.0" rustls = "0.20.6" -serde = "1.0.141" +serde = "1.0.142" serde_json = "1.0.83" thiserror = "1.0.32" tokio = { version = "1.20.1", features = ["sync", "parking_lot"] } diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 7612385f..2f7c7418 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -12,7 +12,7 @@ convert_case = "0.5.0" csv = "1.1.6" futures-util = "0.3.21" reqwest = { version = "0.11.11", features = ["blocking", "rustls-tls"], default-features = false } -serde = { version = "1.0.141", features = ["derive"] } +serde = { version = "1.0.142", features = ["derive"] } tokio = { version = "1.20.1", features = ["full"] } tracing = "0.1.36" tracing-subscriber = "0.3.15" diff --git a/crates/iana/Cargo.toml b/crates/iana/Cargo.toml index c72bc2ee..c8a9f8a1 100644 --- a/crates/iana/Cargo.toml +++ b/crates/iana/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" license = "Apache-2.0" [dependencies] -serde = "1.0.141" +serde = "1.0.142" schemars = "0.8.10" parse-display = "0.5.5" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index dcdd9d82..92631b0d 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -24,7 +24,7 @@ rand = "0.8.5" rsa = "0.7.0-pre" schemars = "0.8.10" sec1 = "0.3.0" -serde = { version = "1.0.141", features = ["derive"] } +serde = { version = "1.0.142", features = ["derive"] } serde_json = "1.0.83" serde_with = { version = "2.0.0", features = ["base64"] } sha2 = "0.10.2" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index c59a9ad9..3c4f28b4 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] http = "0.2.8" -serde = "1.0.141" +serde = "1.0.142" serde_json = "1.0.83" language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.2.2", features = ["serde"] } diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 42b3c6ed..d8849c8a 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.59" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } -serde = { version = "1.0.141", features = ["derive"] } +serde = { version = "1.0.142", features = ["derive"] } serde_json = "1.0.83" thiserror = "1.0.32" tokio = { version = "1.20.1", features = ["io-util", "rt"] } diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index 48ed54c3..1ba99292 100644 --- a/crates/router/Cargo.toml +++ b/crates/router/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] axum = { version = "0.5.13", default-features = false } -serde = { version = "1.0.141", features = ["derive"] } +serde = { version = "1.0.142", features = ["derive"] } serde_urlencoded = "0.7.1" serde_with = "2.0.0" url = "2.2.2" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 2a9f2905..19a26441 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" tokio = "1.20.1" sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] } chrono = { version = "0.4.19", features = ["serde"] } -serde = { version = "1.0.141", features = ["derive"] } +serde = { version = "1.0.142", features = ["derive"] } serde_json = "1.0.83" thiserror = "1.0.32" anyhow = "1.0.59" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 0d679e91..2878e629 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.59" thiserror = "1.0.32" tera = "1.16.0" -serde = { version = "1.0.141", features = ["derive"] } +serde = { version = "1.0.142", features = ["derive"] } serde_json = "1.0.83" serde_urlencoded = "0.7.1"