diff --git a/Cargo.lock b/Cargo.lock index 8e4db157..4b65c5a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,9 +99,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" +checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "argon2" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 58bc3c0c..81e17cce 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] tokio = { version = "1.19.2", features = ["full"] } futures = "0.3.21" -anyhow = "1.0.57" +anyhow = "1.0.58" clap = { version = "3.1.18", features = ["derive"] } dotenv = "0.15.0" schemars = { version = "0.8.10", features = ["url", "chrono"] } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index b0cfe5fd..fca4de17 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -11,7 +11,7 @@ tracing = { version = "0.1.35", features = ["log"] } async-trait = "0.1.56" thiserror = "1.0.31" -anyhow = "1.0.57" +anyhow = "1.0.58" schemars = { version = "0.8.10", 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 34648e38..723364c1 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.57" +anyhow = "1.0.58" async-trait = "0.1.56" tokio = { version = "1.19.2", features = ["macros"] } tracing = "0.1.35" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index fa96ca58..f96980db 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -14,7 +14,7 @@ tracing = "0.1.35" # Error management thiserror = "1.0.31" -anyhow = "1.0.57" +anyhow = "1.0.58" # Web server hyper = { version = "0.14.19", features = ["full"] } diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 8182091d..d5063b8f 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.57" +anyhow = "1.0.58" async-trait = "0.1.56" convert_case = "0.5.0" csv = "1.1.6" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index dac694e5..73615cc6 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.57" +anyhow = "1.0.58" async-trait = "0.1.56" base64ct = { version = "1.5.0", features = ["std"] } chrono = { version = "0.4.19", features = ["serde"] } diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 4b372a96..7150ac99 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -anyhow = "1.0.57" +anyhow = "1.0.58" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index e8de8787..5aeaf581 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.137", features = ["derive"] } serde_json = "1.0.81" thiserror = "1.0.31" -anyhow = "1.0.57" +anyhow = "1.0.58" tracing = "0.1.35" # Password hashing diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 410235c8..8062bb12 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -12,7 +12,7 @@ dev = [] tracing = "0.1.35" tokio = { version = "1.19.2", features = ["macros"] } -anyhow = "1.0.57" +anyhow = "1.0.58" thiserror = "1.0.31" tera = "1.16.0"