From 41cb369ef627e9b9898438caed4fe76e4f68e540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 21:35:37 +0000 Subject: [PATCH] Bump thiserror from 1.0.37 to 1.0.38 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.38. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.37...1.0.38) --- updated-dependencies: - dependency-name: thiserror 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/email/Cargo.toml | 2 +- crates/graphql/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/jose/Cargo.toml | 2 +- crates/keystore/Cargo.toml | 2 +- crates/listener/Cargo.toml | 2 +- crates/oauth2-types/Cargo.toml | 2 +- crates/oidc-client/Cargo.toml | 2 +- crates/policy/Cargo.toml | 2 +- crates/spa/Cargo.toml | 2 +- crates/storage/Cargo.toml | 2 +- crates/templates/Cargo.toml | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b8366be1..426013c65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5139,18 +5139,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" +checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" +checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index fcc98c484..3818271c2 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -22,7 +22,7 @@ serde_with = "2.1.0" serde_urlencoded = "0.7.1" serde_json = "1.0.91" sqlx = "0.6.2" -thiserror = "1.0.37" +thiserror = "1.0.38" tokio = "1.23.0" tower = { version = "0.4.13", features = ["util"] } tracing = "0.1.37" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index df40a94be..eb2f1c6e3 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "1.23.0", features = ["fs", "rt"] } tracing = { version = "0.1.37" } async-trait = "0.1.60" -thiserror = "1.0.37" +thiserror = "1.0.38" anyhow = "1.0.68" camino = { version = "1.1.1", features = ["serde1"] } diff --git a/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index c5c25b62f..c4917ab64 100644 --- a/crates/data-model/Cargo.toml +++ b/crates/data-model/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] chrono = "0.4.23" -thiserror = "1.0.37" +thiserror = "1.0.38" serde = "1.0.151" url = { version = "2.3.1", features = ["serde"] } crc = "3.0.0" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index 64a0e0a8c..0e6d9b48a 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.60" tracing = "0.1.37" -thiserror = "1.0.37" +thiserror = "1.0.38" aws-sdk-sesv2 = { version = "0.22.0", default-features = false } aws-config = { version = "0.52.0", default-features = false } diff --git a/crates/graphql/Cargo.toml b/crates/graphql/Cargo.toml index 792db3fa4..dccb66021 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -11,7 +11,7 @@ async-graphql = { version = "5.0.4", features = ["chrono", "url"] } chrono = "0.4.23" serde = { version = "1.0.151", features = ["derive"] } sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } -thiserror = "1.0.37" +thiserror = "1.0.38" tracing = "0.1.37" ulid = "1.0.0" url = "2.3.1" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 00868a9d6..dffc4bfcf 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -14,7 +14,7 @@ futures-util = "0.3.25" tracing = "0.1.37" # Error management -thiserror = "1.0.37" +thiserror = "1.0.38" anyhow = "1.0.68" # Web server diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 0e39b72d4..6701bf0e9 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -25,7 +25,7 @@ rustls-native-certs = { version = "0.6.2", optional = true } serde = "1.0.151" serde_json = "1.0.91" serde_urlencoded = "0.7.1" -thiserror = "1.0.37" +thiserror = "1.0.38" tokio = { version = "1.23.0", features = ["sync", "parking_lot"], optional = true } tower = { version = "0.4.13", features = [] } tower-http = { version = "0.3.5", features = ["cors"] } diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index cef210000..64f24c9cc 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.91" serde_with = { version = "2.1.0", features = ["base64"] } sha2 = { version = "0.10.6", features = ["oid"] } signature = "1.6.4" -thiserror = "1.0.37" +thiserror = "1.0.38" tracing = "0.1.37" url = { version = "2.3.1", features = ["serde"] } diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index a4ad088d5..fde16cd94 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -23,7 +23,7 @@ rand = "0.8.5" rsa = { version = "0.7.2", features = ["std", "pem"] } sec1 = { version = "0.3.0", features = ["std"] } spki = { version = "0.6.0", features = ["std"] } -thiserror = "1.0.37" +thiserror = "1.0.38" generic-array = "0.14.6" chacha20poly1305 = { version = "0.10.1", features = ["std"] } base64ct = "1.5.3" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 22ba1877d..84d8d05f7 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -11,7 +11,7 @@ futures-util = "0.3.25" http-body = "0.4.5" hyper = { version = "0.14.23", features = ["server", "http1", "http2", "tcp"] } pin-project-lite = "0.2.9" -thiserror = "1.0.37" +thiserror = "1.0.38" tokio = { version = "1.23.0", features = ["net", "rt", "macros", "signal", "time"] } tokio-rustls = "0.23.4" tower-http = { version = "0.3.5", features = ["add-extension"] } diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 937e48baf..d0378d202 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -17,7 +17,7 @@ serde_with = { version = "2.1.0", features = ["chrono"] } chrono = "0.4.23" sha2 = "0.10.6" data-encoding = "2.3.3" -thiserror = "1.0.37" +thiserror = "1.0.38" mas-iana = { path = "../iana" } mas-jose = { path = "../jose" } diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index c0362908c..e29f4019d 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0.151", features = ["derive"] } serde_json = "1.0.91" serde_urlencoded = "0.7.1" serde_with = "2.1.0" -thiserror = "1.0.37" +thiserror = "1.0.38" tokio = { version = "1.23.0", features = ["rt", "macros", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["full"] } tracing = "0.1.37" diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 2640a2234..aaaba3b5c 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.68" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } serde = { version = "1.0.151", features = ["derive"] } serde_json = "1.0.91" -thiserror = "1.0.37" +thiserror = "1.0.38" tokio = { version = "1.23.0", features = ["io-util"] } tracing = "0.1.37" wasmtime = { version = "3.0.1", default-features = false, features = ["async", "cranelift"] } diff --git a/crates/spa/Cargo.toml b/crates/spa/Cargo.toml index ef2528b4c..30f369c2c 100644 --- a/crates/spa/Cargo.toml +++ b/crates/spa/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] serde = { version = "1.0.151", features = ["derive"] } serde_json = "1.0.91" -thiserror = "1.0.37" +thiserror = "1.0.38" camino = { version = "1.1.1", features = ["serde1"] } headers = "0.3.8" http = "0.2.8" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 7bd90fd3f..c4ba719c8 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -10,7 +10,7 @@ sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres", "mig chrono = { version = "0.4.23", features = ["serde"] } serde = { version = "1.0.151", features = ["derive"] } serde_json = "1.0.91" -thiserror = "1.0.37" +thiserror = "1.0.38" tracing = "0.1.37" # Password hashing diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 4fa6e08c5..5354759b5 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.37" tokio = { version = "1.23.0", features = ["macros", "rt"] } anyhow = "1.0.68" -thiserror = "1.0.37" +thiserror = "1.0.38" tera = "1.17.1" serde = { version = "1.0.151", features = ["derive"] }