From 725078941a2158dc7d067846177d0dde996c67f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 19:54:30 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.165 to 1.0.166 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.165 to 1.0.166. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.165...v1.0.166) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/axum-utils/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/data-model/Cargo.toml | 2 +- crates/graphql/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 4 ++-- crates/iana-codegen/Cargo.toml | 2 +- crates/iana/Cargo.toml | 2 +- crates/jose/Cargo.toml | 2 +- crates/matrix-synapse/Cargo.toml | 2 +- crates/matrix/Cargo.toml | 2 +- crates/oauth2-types/Cargo.toml | 2 +- crates/oidc-client/Cargo.toml | 2 +- crates/policy/Cargo.toml | 2 +- crates/router/Cargo.toml | 2 +- crates/spa/Cargo.toml | 2 +- crates/storage-pg/Cargo.toml | 2 +- crates/storage/Cargo.toml | 2 +- crates/tasks/Cargo.toml | 2 +- crates/templates/Cargo.toml | 2 +- 21 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e7e018b..ec50d231 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5347,9 +5347,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.165" +version = "1.0.166" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c939f902bb7d0ccc5bce4f03297e161543c2dcb30914faf032c2bd0b7a0d48fc" +checksum = "d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8" dependencies = [ "serde_derive", ] @@ -5369,9 +5369,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.165" +version = "1.0.166" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eaae920e25fffe4019b75ff65e7660e72091e59dd204cb5849bbd6a3fd343d7" +checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6" dependencies = [ "proc-macro2 1.0.63", "quote 1.0.28", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index ccd7880e..e78a3f45 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -18,7 +18,7 @@ http-body = "0.4.5" mime = "0.3.17" rand = "0.8.5" sentry = { version = "0.31.5", default-features = false } -serde = "1.0.165" +serde = "1.0.166" serde_with = "3.0.0" serde_urlencoded = "0.7.1" serde_json = "1.0.99" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 5406c047..e8fece2c 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -20,7 +20,7 @@ schemars = { version = "0.8.12", features = ["url", "chrono"] } ulid = { version = "1.0.0", features = ["serde"] } url = { version = "2.4.0", features = ["serde"] } -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_with = { version = "3.0.0", features = ["hex", "chrono"] } serde_json = "1.0.99" diff --git a/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index 682d2d9a..56ec5dd0 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.26" thiserror = "1.0.40" -serde = "1.0.165" +serde = "1.0.166" url = { version = "2.4.0", features = ["serde"] } crc = "3.0.1" ulid = { version = "1.0.0", features = ["serde"] } diff --git a/crates/graphql/Cargo.toml b/crates/graphql/Cargo.toml index 6855446a..e399ae52 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -11,7 +11,7 @@ async-graphql = { version = "5.0.10", features = ["chrono", "url"] } async-trait = "0.1.69" chrono = "0.4.26" lettre = { version = "0.10.4", default-features = false } -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } thiserror = "1.0.40" tokio = { version = "1.29.1", features = ["sync"] } tracing = "0.1.37" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 84c465d0..f47a8699 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -35,7 +35,7 @@ lettre = { version = "0.10.4", default-features = false, features = ["builder"] sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] } # Various structure (de)serialization -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_with = { version = "3.0.0", features = ["hex", "chrono"] } serde_json = "1.0.99" serde_urlencoded = "0.7.1" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index fbcc45f1..217456a4 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -20,7 +20,7 @@ once_cell = "1.18.0" opentelemetry = "0.19.0" rustls = { version = "0.21.2", optional = true } rustls-native-certs = { version = "0.6.3", optional = true } -serde = "1.0.165" +serde = "1.0.166" serde_json = "1.0.99" serde_urlencoded = "0.7.1" thiserror = "1.0.40" @@ -36,7 +36,7 @@ mas-tower = { path = "../tower" } [dev-dependencies] anyhow = "1.0.71" -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } tokio = { version = "1.29.1", features = ["macros", "rt"] } tower = { version = "0.4.13", features = ["util"] } diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 04e55970..56d44022 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -13,7 +13,7 @@ convert_case = "0.6.0" csv = "1.2.2" futures-util = "0.3.28" hyper = { version = "0.14.27", features = ["tcp", "client", "http1"] } -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "fs", "io-util"] } tracing = "0.1.37" tracing-subscriber = "0.3.17" diff --git a/crates/iana/Cargo.toml b/crates/iana/Cargo.toml index 3c853f52..30756cca 100644 --- a/crates/iana/Cargo.toml +++ b/crates/iana/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -serde = { version = "1.0.165", optional = true } +serde = { version = "1.0.166", optional = true } schemars = { version = "0.8.12", default-features = false, optional = true } [features] diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index a4aed78e..ce021168 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -20,7 +20,7 @@ rand = "0.8.5" rsa = "0.9.2" schemars = "0.8.12" sec1 = "0.7.2" -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" serde_with = { version = "3.0.0", features = ["base64"] } sha2 = { version = "0.10.7", features = ["oid"] } diff --git a/crates/matrix-synapse/Cargo.toml b/crates/matrix-synapse/Cargo.toml index c15f38fe..0eee8cc8 100644 --- a/crates/matrix-synapse/Cargo.toml +++ b/crates/matrix-synapse/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.71" async-trait = "0.1.69" http = "0.2.9" url = "2.4.0" -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } tower = { version = "0.4.13", features = ["util"] } mas-axum-utils = { path = "../axum-utils" } diff --git a/crates/matrix/Cargo.toml b/crates/matrix/Cargo.toml index b466dd8e..b9247058 100644 --- a/crates/matrix/Cargo.toml +++ b/crates/matrix/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } async-trait = "0.1.69" http = "0.2.9" url = "2.4.0" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 935bf39b..ced4979e 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.9" -serde = "1.0.165" +serde = "1.0.166" serde_json = "1.0.99" language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.4.0", features = ["serde"] } diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 5a5dae9d..b9aa1409 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -30,7 +30,7 @@ http = "0.2.9" once_cell = "1.18.0" mime = "0.3.17" rand = "0.8.5" -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" serde_urlencoded = "0.7.1" serde_with = "3.0.0" diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 5247c933..187779bb 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.71" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" thiserror = "1.0.40" tokio = { version = "1.29.1", features = ["io-util"] } diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index fcc3a2b6..ee5e2bac 100644 --- a/crates/router/Cargo.toml +++ b/crates/router/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] axum = { version = "0.6.18", default-features = false } -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_urlencoded = "0.7.1" url = "2.4.0" ulid = "1.0.0" diff --git a/crates/spa/Cargo.toml b/crates/spa/Cargo.toml index af6db3a8..5aaba07f 100644 --- a/crates/spa/Cargo.toml +++ b/crates/spa/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" thiserror = "1.0.40" camino = { version = "1.1.4", features = ["serde1"] } diff --git a/crates/storage-pg/Cargo.toml b/crates/storage-pg/Cargo.toml index 2618520b..d32f5550 100644 --- a/crates/storage-pg/Cargo.toml +++ b/crates/storage-pg/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" async-trait = "0.1.69" sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json", "uuid"] } chrono = { version = "0.4.26", features = ["serde"] } -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" thiserror = "1.0.40" tracing = "0.1.37" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 9464a117..b7382ab9 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -14,7 +14,7 @@ futures-util = "0.3.28" apalis-core = { version = "0.4.2", features = ["tokio-comp"] } opentelemetry = "0.19.0" rand_core = "0.6.4" -serde = "1.0.165" +serde = "1.0.166" serde_json = "1.0.99" tracing = "0.1.37" tracing-opentelemetry = "0.19.0" diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 4afbfba7..bc960466 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -22,7 +22,7 @@ tracing-opentelemetry = "0.19.0" opentelemetry = "0.19.0" ulid = "1.0.0" url = "2.4.0" -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } mas-data-model = { path = "../data-model" } mas-email = { path = "../email" } diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 6f7f5ab0..4e6603e3 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0.71" thiserror = "1.0.40" tera = "1.19.0" -serde = { version = "1.0.165", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" serde_urlencoded = "0.7.1"