diff --git a/Cargo.lock b/Cargo.lock index b1ed01bb..9df19d09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "argon2" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 87d4f24e..029e4291 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" axum = "0.6.0-rc.2" tokio = { version = "1.21.2", features = ["full"] } futures-util = "0.3.25" -anyhow = "1.0.65" +anyhow = "1.0.66" clap = { version = "4.0.17", features = ["derive"] } dotenv = "0.15.0" tower = { version = "0.4.13", features = ["full"] } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 68e65cae..5f7b3bca 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -11,7 +11,7 @@ tracing = { version = "0.1.37", features = ["log"] } async-trait = "0.1.58" thiserror = "1.0.37" -anyhow = "1.0.65" +anyhow = "1.0.66" schemars = { version = "0.8.11", features = ["url", "chrono"] } figment = { version = "0.10.8", features = ["env", "yaml", "test"] } diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index 50dcf4bf..0a83d712 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.65" +anyhow = "1.0.66" async-trait = "0.1.58" tokio = { version = "1.21.2", features = ["macros"] } tracing = "0.1.37" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 723bdefa..dd66a2c8 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -14,7 +14,7 @@ tracing = "0.1.37" # Error management thiserror = "1.0.37" -anyhow = "1.0.65" +anyhow = "1.0.66" # Web server hyper = { version = "0.14.20", features = ["full"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 8bac4eef..eca569c7 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -33,7 +33,7 @@ webpki = { version = "0.22.0", optional = true } webpki-roots = { version = "0.22.5", optional = true } [dev-dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" serde = { version = "1.0.145", features = ["derive"] } tokio = { version = "1.21.2", 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 7f0ea1d7..eadc2c7f 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.65" +anyhow = "1.0.66" async-trait = "0.1.58" convert_case = "0.6.0" csv = "1.1.6" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index c5d3cc79..0478af2a 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.65" +anyhow = "1.0.66" base64ct = { version = "1.5.3", features = ["std"] } chrono = { version = "0.4.22", features = ["serde"] } digest = "0.10.5" diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index ce84479b..4a8e2274 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" aead = { version = "0.5.1", features = ["std"] } const-oid = { version = "0.9.0", features = ["std"] } cookie = { version = "0.16.1", features = ["key-expansion", "private"] } diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index ae57d4db..8031f28f 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -20,7 +20,7 @@ tracing = "0.1.37" libc = "0.2.135" [dev-dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" rustls-pemfile = "1.0.1" tokio = { version = "1.21.2", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] } tokio-test = "0.4.2" diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index d1c38e36..f319971b 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.65" +anyhow = "1.0.66" opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.87" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 6cd15edf..89e3e607 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "0.4.22", features = ["serde"] } serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.87" thiserror = "1.0.37" -anyhow = "1.0.65" +anyhow = "1.0.66" tracing = "0.1.37" # Password hashing diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index e5ebf3ef..c5075d05 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -12,7 +12,7 @@ dev = [] tracing = "0.1.37" tokio = { version = "1.21.2", features = ["macros"] } -anyhow = "1.0.65" +anyhow = "1.0.66" thiserror = "1.0.37" tera = "1.17.1"