From fb1cf3e6a37c7d3abb5d4ab9d4b8fb6fe861cf03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:08:43 +0000 Subject: [PATCH] Bump serde from 1.0.148 to 1.0.149 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.148 to 1.0.149. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.148...v1.0.149) --- 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 effbe8f9..13f6e62a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4587,9 +4587,9 @@ checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" [[package]] name = "serde" -version = "1.0.148" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc" +checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055" dependencies = [ "serde_derive", ] @@ -4609,9 +4609,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.148" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a55492425aa53521babf6137309e7d34c20bbfbbfcfe2c7f3a047fd1f6b92c0c" +checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 91127af0..83d007dc 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.148" +serde = "1.0.149" 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 8504436c..a1c25b4c 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.148", features = ["derive"] } +serde = { version = "1.0.149", 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 bac92881..ce10a701 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.148" +serde = "1.0.149" 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 b3ab0334..cb842bd1 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] async-graphql = { version = "5.0.2", features = ["chrono", "url"] } chrono = "0.4.23" -serde = { version = "1.0.148", features = ["derive"] } +serde = { version = "1.0.149", features = ["derive"] } sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } thiserror = "1.0.37" tokio = { version = "1.22.0", features = ["time"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 0d2aabe0..bf7876ad 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.148", features = ["derive"] } +serde = { version = "1.0.149", 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 37cd063d..a2aecf6d 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.148" +serde = "1.0.149" 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.148", features = ["derive"] } +serde = { version = "1.0.149", features = ["derive"] } tokio = { version = "1.22.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 e15c8294..c6616909 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.148", features = ["derive"] } +serde = { version = "1.0.149", features = ["derive"] } tokio = { version = "1.22.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 62f09612..9b04bf27 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.148", features = ["derive"] } +serde = { version = "1.0.149", 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 bf44eef5..14c36f0d 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.148" +serde = "1.0.149" 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 c76eddd3..25276443 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.148", features = ["derive"] } +serde = { version = "1.0.149", 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 888a8cab..b5a5cb14 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.148", features = ["derive"] } +serde = { version = "1.0.149", features = ["derive"] } serde_json = "1.0.89" thiserror = "1.0.37" tokio = { version = "1.22.0", features = ["io-util"] } diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index d5d67727..a77c3921 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.148", features = ["derive"] } +serde = { version = "1.0.149", features = ["derive"] } serde_urlencoded = "0.7.1" serde_with = "2.1.0" url = "2.3.1" diff --git a/crates/spa/Cargo.toml b/crates/spa/Cargo.toml index 94cb12a3..33be184a 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.148", features = ["derive"] } +serde = { version = "1.0.149", 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 6ff8c0cd..6f1024ab 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" tokio = "1.22.0" 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.148", features = ["derive"] } +serde = { version = "1.0.149", features = ["derive"] } serde_json = "1.0.89" thiserror = "1.0.37" anyhow = "1.0.66" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 54e8dec6..32e8708a 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.148", features = ["derive"] } +serde = { version = "1.0.149", features = ["derive"] } serde_json = "1.0.89" serde_urlencoded = "0.7.1"