From 1a0482fd264a7b010999902e3801ebef0220293d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:07:32 +0000 Subject: [PATCH] Bump serde from 1.0.149 to 1.0.150 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.149 to 1.0.150. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.149...v1.0.150) --- 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/jose/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/Cargo.toml | 2 +- crates/templates/Cargo.toml | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08302c4d..b479b705 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4613,9 +4613,9 @@ checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" [[package]] name = "serde" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055" +checksum = "e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91" dependencies = [ "serde_derive", ] @@ -4635,9 +4635,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4" +checksum = "42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 3d47b390..6627902f 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -17,7 +17,7 @@ http = "0.2.8" http-body = "0.4.5" mime = "0.3.16" rand = "0.8.5" -serde = "1.0.149" +serde = "1.0.150" serde_with = "2.1.0" serde_urlencoded = "0.7.1" serde_json = "1.0.89" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index bde30da7..824ae085 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -20,7 +20,7 @@ schemars = { version = "0.8.11", features = ["url", "chrono"] } ulid = { version = "1.0.0", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] } -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_with = { version = "2.1.0", features = ["hex", "chrono"] } serde_json = "1.0.89" sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } diff --git a/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index 92e10e93..8211367c 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.23" thiserror = "1.0.37" -serde = "1.0.149" +serde = "1.0.150" url = { version = "2.3.1", features = ["serde"] } crc = "3.0.0" rand = "0.8.5" diff --git a/crates/graphql/Cargo.toml b/crates/graphql/Cargo.toml index c3ad978d..a89364ba 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" anyhow = "1.0.66" async-graphql = { version = "5.0.3", features = ["chrono", "url"] } chrono = "0.4.23" -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } thiserror = "1.0.37" tokio = { version = "1.23.0", features = ["time"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 6c053ae4..cca2d30a 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -34,7 +34,7 @@ lettre = { version = "0.10.1", default-features = false, features = ["builder"] sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } # Various structure (de)serialization -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_with = { version = "2.1.0", features = ["hex", "chrono"] } serde_json = "1.0.89" serde_urlencoded = "0.7.1" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 8954bb9c..e8f2d504 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -22,7 +22,7 @@ opentelemetry-http = "0.7.0" 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.149" +serde = "1.0.150" serde_json = "1.0.89" serde_urlencoded = "0.7.1" thiserror = "1.0.37" @@ -36,7 +36,7 @@ webpki-roots = { version = "0.22.5", optional = true } [dev-dependencies] anyhow = "1.0.66" -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } tokio = { version = "1.23.0", 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 c369f412..16416a43 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -13,7 +13,7 @@ convert_case = "0.6.0" csv = "1.1.6" futures-util = "0.3.25" reqwest = { version = "0.11.13", features = ["blocking", "rustls-tls"], default-features = false } -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } tokio = { version = "1.23.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = "0.3.16" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 2b00a926..947534a2 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -20,7 +20,7 @@ rand = "0.8.5" rsa = "0.7.2" schemars = "0.8.11" sec1 = "0.3.0" -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" serde_with = { version = "2.1.0", features = ["base64"] } sha2 = { version = "0.10.6", features = ["oid"] } diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 0eb3c464..6625b377 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.149" +serde = "1.0.150" serde_json = "1.0.89" language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] } diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index adb1ea71..49f85afe 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -30,7 +30,7 @@ http = "0.2.8" once_cell = "1.16.0" mime = "0.3.16" rand = "0.8.5" -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" serde_urlencoded = "0.7.1" serde_with = "2.1.0" diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index b0a03313..5168015a 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.66" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" thiserror = "1.0.37" tokio = { version = "1.23.0", features = ["io-util"] } diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index 3578d8e4..51471bb8 100644 --- a/crates/router/Cargo.toml +++ b/crates/router/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] axum = { version = "0.6.1", default-features = false } -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_urlencoded = "0.7.1" url = "2.3.1" ulid = "1.0.0" diff --git a/crates/spa/Cargo.toml b/crates/spa/Cargo.toml index 7badd3df..2472bf58 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.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" thiserror = "1.0.37" camino = { version = "1.1.1", features = ["serde1"] } diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 01560c12..83206531 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json", "uuid"] } chrono = { version = "0.4.23", features = ["serde"] } -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" thiserror = "1.0.37" tracing = "0.1.37" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 2174ebdc..96dc7d85 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0.66" thiserror = "1.0.37" tera = "1.17.1" -serde = { version = "1.0.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" serde_urlencoded = "0.7.1"