From 0d355d5500a414305f4dd72adc1584a8155a55ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 08:29:21 +0000 Subject: [PATCH] Bump anyhow from 1.0.66 to 1.0.68 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.66...1.0.68) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/graphql/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/iana-codegen/Cargo.toml | 2 +- crates/keystore/Cargo.toml | 2 +- crates/listener/Cargo.toml | 2 +- crates/policy/Cargo.toml | 2 +- crates/templates/Cargo.toml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a647e22b..50861300d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.66" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "argon2" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 242b6f31a..4564b6324 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" atty = "0.2.14" axum = "0.6.1" camino = "1.1.1" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 0f82542bb..d4af329d9 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -11,7 +11,7 @@ tracing = { version = "0.1.37" } async-trait = "0.1.59" thiserror = "1.0.37" -anyhow = "1.0.66" +anyhow = "1.0.68" camino = { version = "1.1.1", features = ["serde1"] } chrono = { version = "0.4.23", features = ["serde"] } diff --git a/crates/graphql/Cargo.toml b/crates/graphql/Cargo.toml index 490b9fed9..792db3fa4 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" async-graphql = { version = "5.0.4", features = ["chrono", "url"] } chrono = "0.4.23" serde = { version = "1.0.151", features = ["derive"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 6e20b2734..34755731d 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -15,7 +15,7 @@ tracing = "0.1.37" # Error management thiserror = "1.0.37" -anyhow = "1.0.66" +anyhow = "1.0.68" # Web server hyper = { version = "0.14.23", features = ["full"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 9ebdc980d..4372f2487 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -35,7 +35,7 @@ webpki = { version = "0.22.0", optional = true } webpki-roots = { version = "0.22.6", optional = true } [dev-dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" serde = { version = "1.0.151", features = ["derive"] } tokio = { version = "1.23.0", 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 3d9570742..c92ae1e63 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.66" +anyhow = "1.0.68" async-trait = "0.1.59" camino = "1.1.1" convert_case = "0.6.0" diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index e7edbcaa0..a4ad088d5 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.66" +anyhow = "1.0.68" aead = { version = "0.5.1", features = ["std"] } const-oid = { version = "0.9.1", features = ["std"] } cookie = { version = "0.16.2", features = ["key-expansion", "private"] } diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index eead57c3f..22ba1877d 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -20,7 +20,7 @@ tracing = "0.1.37" libc = "0.2.138" [dev-dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" rustls-pemfile = "1.0.1" tokio = { version = "1.23.0", 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 3b4807085..45f09123f 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.66" +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.89" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index a56036d54..394ec6a34 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" tracing = "0.1.37" tokio = { version = "1.23.0", features = ["macros", "rt"] } -anyhow = "1.0.66" +anyhow = "1.0.68" thiserror = "1.0.37" tera = "1.17.1"