diff --git a/Cargo.lock b/Cargo.lock index 3008be32..2a34cf08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,9 +90,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" +checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" [[package]] name = "argon2" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3447810a..b9b899c3 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] tokio = { version = "1.17.0", features = ["full"] } futures = "0.3.21" -anyhow = "1.0.56" +anyhow = "1.0.57" clap = { version = "3.1.12", features = ["derive"] } dotenv = "0.15.0" schemars = { version = "0.8.8", features = ["url", "chrono"] } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 8499d0de..93b40a56 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -11,7 +11,7 @@ tracing = { version = "0.1.34", features = ["log"] } async-trait = "0.1.53" thiserror = "1.0.30" -anyhow = "1.0.56" +anyhow = "1.0.57" schemars = { version = "0.8.8", features = ["url", "chrono"] } figment = { version = "0.10.6", features = ["env", "yaml", "test"] } diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index a1f31002..d308e49c 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -anyhow = "1.0.56" +anyhow = "1.0.57" async-trait = "0.1.53" tokio = { version = "1.17.0", features = ["macros"] } tracing = "0.1.34" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index ac0e1d13..77ea766f 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -17,7 +17,7 @@ tracing = "0.1.34" # Error management thiserror = "1.0.30" -anyhow = "1.0.56" +anyhow = "1.0.57" # Web server hyper = { version = "0.14.18", features = ["full"] } diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 4dc014f8..ae79b7ef 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -anyhow = "1.0.56" +anyhow = "1.0.57" async-trait = "0.1.53" convert_case = "0.5.0" csv = "1.1.6" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 990876c7..4a35ae98 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -anyhow = "1.0.56" +anyhow = "1.0.57" async-trait = "0.1.53" base64ct = { version = "1.5.0", features = ["std"] } chrono = { version = "0.4.19", features = ["serde"] } diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 0998799d..0580ca73 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "0.4.19", features = ["serde"] } serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" thiserror = "1.0.30" -anyhow = "1.0.56" +anyhow = "1.0.57" tracing = "0.1.34" # Password hashing diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index ee478fa1..ce18921d 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -12,7 +12,7 @@ dev = [] tracing = "0.1.34" tokio = { version = "1.17.0", features = ["macros"] } -anyhow = "1.0.56" +anyhow = "1.0.57" thiserror = "1.0.30" tera = "1.15.0"