diff --git a/Cargo.lock b/Cargo.lock index 3c468b20..8cabbed8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5900,18 +5900,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" dependencies = [ "proc-macro2 1.0.63", "quote 1.0.29", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 14b3b09a..ec43aad9 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -22,7 +22,7 @@ serde = "1.0.166" serde_with = "3.0.0" serde_urlencoded = "0.7.1" serde_json = "1.0.99" -thiserror = "1.0.40" +thiserror = "1.0.41" tokio = "1.29.1" tower = { version = "0.4.13", features = ["util"] } tracing = "0.1.37" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index efbb8e88..884f18a8 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "1.29.1", features = ["fs", "rt"] } tracing = "0.1.37" async-trait = "0.1.70" -thiserror = "1.0.40" +thiserror = "1.0.41" anyhow = "1.0.71" camino = { version = "1.1.4", features = ["serde1"] } diff --git a/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index 56ec5dd0..24619b63 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.26" -thiserror = "1.0.40" +thiserror = "1.0.41" serde = "1.0.166" url = { version = "2.4.0", features = ["serde"] } crc = "3.0.1" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index 4de13243..e2410aab 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.70" tracing = "0.1.37" -thiserror = "1.0.40" +thiserror = "1.0.41" headers = "0.3.8" aws-sdk-sesv2 = { version = "0.28.0", default-features = false } diff --git a/crates/graphql/Cargo.toml b/crates/graphql/Cargo.toml index e8e62ec5..813c5f90 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -12,7 +12,7 @@ async-trait = "0.1.70" chrono = "0.4.26" lettre = { version = "0.10.4", default-features = false } serde = { version = "1.0.166", features = ["derive"] } -thiserror = "1.0.40" +thiserror = "1.0.41" tokio = { version = "1.29.1", features = ["sync"] } tracing = "0.1.37" tower = { version = "0.4.13", features = ["util"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 4c6b1159..5c19d3db 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -14,7 +14,7 @@ futures-util = "0.3.28" tracing = "0.1.37" # Error management -thiserror = "1.0.40" +thiserror = "1.0.41" anyhow = "1.0.71" sentry = { version = "0.31.5", default-features = false } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 217456a4..e3aac600 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -23,7 +23,7 @@ rustls-native-certs = { version = "0.6.3", optional = true } serde = "1.0.166" serde_json = "1.0.99" serde_urlencoded = "0.7.1" -thiserror = "1.0.40" +thiserror = "1.0.41" tokio = { version = "1.29.1", features = ["sync", "parking_lot"], optional = true } tower = { version = "0.4.13", features = [] } tower-http = { version = "0.4.1", features = ["cors"] } diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index ce021168..0b51a661 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.99" serde_with = { version = "3.0.0", features = ["base64"] } sha2 = { version = "0.10.7", features = ["oid"] } signature = "2.1.0" -thiserror = "1.0.40" +thiserror = "1.0.41" tracing = "0.1.37" url = { version = "2.4.0", features = ["serde"] } diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index dedfdf36..43ad7676 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -22,7 +22,7 @@ rand = "0.8.5" rsa = { version = "0.9.2", features = ["std", "pem"] } sec1 = { version = "0.7.2", features = ["std"] } spki = { version = "0.7.2", features = ["std"] } -thiserror = "1.0.40" +thiserror = "1.0.41" generic-array = "0.14.7" chacha20poly1305 = { version = "0.10.1", features = ["std"] } base64ct = "1.6.0" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index f52475c3..774e8cf9 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -11,7 +11,7 @@ futures-util = "0.3.28" http-body = "0.4.5" hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] } pin-project-lite = "0.2.10" -thiserror = "1.0.40" +thiserror = "1.0.41" tokio = { version = "1.29.1", features = ["net", "rt", "macros", "signal", "time"] } tokio-rustls = "0.24.1" tower-http = { version = "0.4.1", features = ["add-extension"] } diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index cd4aad79..39fc514d 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -17,7 +17,7 @@ serde_with = { version = "3.0.0", features = ["chrono"] } chrono = "0.4.26" sha2 = "0.10.7" data-encoding = "2.4.0" -thiserror = "1.0.40" +thiserror = "1.0.41" mas-iana = { path = "../iana" } mas-jose = { path = "../jose" } diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index b9aa1409..3f3ad082 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" serde_urlencoded = "0.7.1" serde_with = "3.0.0" -thiserror = "1.0.40" +thiserror = "1.0.41" tokio = { version = "1.29.1", 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 187779bb..db81a5ec 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.71" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" -thiserror = "1.0.40" +thiserror = "1.0.41" tokio = { version = "1.29.1", features = ["io-util"] } tracing = "0.1.37" wasmtime = { version = "9.0.4", default-features = false, features = ["async", "cranelift"] } diff --git a/crates/spa/Cargo.toml b/crates/spa/Cargo.toml index 5aaba07f..39d9a4fc 100644 --- a/crates/spa/Cargo.toml +++ b/crates/spa/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" -thiserror = "1.0.40" +thiserror = "1.0.41" camino = { version = "1.1.4", features = ["serde1"] } headers = "0.3.8" http = "0.2.9" diff --git a/crates/storage-pg/Cargo.toml b/crates/storage-pg/Cargo.toml index df50a863..d4d4b621 100644 --- a/crates/storage-pg/Cargo.toml +++ b/crates/storage-pg/Cargo.toml @@ -11,7 +11,7 @@ sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres", "mig chrono = { version = "0.4.26", features = ["serde"] } serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.99" -thiserror = "1.0.40" +thiserror = "1.0.41" tracing = "0.1.37" futures-util = "0.3.28" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 2cb2083b..f00a7ed3 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.70" chrono = "0.4.26" -thiserror = "1.0.40" +thiserror = "1.0.41" futures-util = "0.3.28" apalis-core = { version = "0.4.2", features = ["tokio-comp"] } diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 8a028af9..87646e7e 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -15,7 +15,7 @@ chrono = "0.4.26" rand = "0.8.5" rand_chacha = "0.3.1" sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] } -thiserror = "1.0.40" +thiserror = "1.0.41" tower = "0.4.13" tracing = "0.1.37" tracing-opentelemetry = "0.19.0" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 4e6603e3..ebcac526 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.37" tokio = { version = "1.29.1", features = ["macros", "rt"] } anyhow = "1.0.71" -thiserror = "1.0.40" +thiserror = "1.0.41" tera = "1.19.0" serde = { version = "1.0.166", features = ["derive"] }