1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump anyhow from 1.0.63 to 1.0.64

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.63...1.0.64)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-05 19:41:22 +00:00
committed by Quentin Gliech
parent 91ce8ff5fe
commit 7f485c0c92
12 changed files with 13 additions and 13 deletions

4
Cargo.lock generated
View File

@ -128,9 +128,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.63" version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7"
[[package]] [[package]]
name = "argon2" name = "argon2"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies] [dependencies]
tokio = { version = "1.20.1", features = ["full"] } tokio = { version = "1.20.1", features = ["full"] }
futures = "0.3.24" futures = "0.3.24"
anyhow = "1.0.62" anyhow = "1.0.64"
clap = { version = "3.2.20", features = ["derive"] } clap = { version = "3.2.20", features = ["derive"] }
dotenv = "0.15.0" dotenv = "0.15.0"
schemars = { version = "0.8.10", features = ["url", "chrono"] } schemars = { version = "0.8.10", features = ["url", "chrono"] }

View File

@ -11,7 +11,7 @@ tracing = { version = "0.1.36", features = ["log"] }
async-trait = "0.1.57" async-trait = "0.1.57"
thiserror = "1.0.32" thiserror = "1.0.32"
anyhow = "1.0.62" anyhow = "1.0.64"
schemars = { version = "0.8.10", features = ["url", "chrono"] } schemars = { version = "0.8.10", features = ["url", "chrono"] }
figment = { version = "0.10.6", features = ["env", "yaml", "test"] } figment = { version = "0.10.6", features = ["env", "yaml", "test"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
anyhow = "1.0.62" anyhow = "1.0.64"
async-trait = "0.1.57" async-trait = "0.1.57"
tokio = { version = "1.20.1", features = ["macros"] } tokio = { version = "1.20.1", features = ["macros"] }
tracing = "0.1.36" tracing = "0.1.36"

View File

@ -14,7 +14,7 @@ tracing = "0.1.36"
# Error management # Error management
thiserror = "1.0.32" thiserror = "1.0.32"
anyhow = "1.0.62" anyhow = "1.0.64"
# Web server # Web server
hyper = { version = "0.14.20", features = ["full"] } hyper = { version = "0.14.20", features = ["full"] }

View File

@ -30,7 +30,7 @@ tracing = "0.1.36"
tracing-opentelemetry = "0.17.4" tracing-opentelemetry = "0.17.4"
[dev-dependencies] [dev-dependencies]
anyhow = "1.0.62" anyhow = "1.0.64"
serde = { version = "1.0.144", features = ["derive"] } serde = { version = "1.0.144", features = ["derive"] }
tokio = { version = "1.20.1", features = ["macros", "rt"] } tokio = { version = "1.20.1", features = ["macros", "rt"] }
tower = { version = "0.4.13", features = ["util"] } tower = { version = "0.4.13", features = ["util"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
anyhow = "1.0.62" anyhow = "1.0.64"
async-trait = "0.1.57" async-trait = "0.1.57"
convert_case = "0.5.0" convert_case = "0.5.0"
csv = "1.1.6" csv = "1.1.6"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
anyhow = "1.0.62" anyhow = "1.0.64"
base64ct = { version = "1.5.2", features = ["std"] } base64ct = { version = "1.5.2", features = ["std"] }
chrono = { version = "0.4.22", features = ["serde"] } chrono = { version = "0.4.22", features = ["serde"] }
digest = "0.10.3" digest = "0.10.3"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
anyhow = "1.0.62" anyhow = "1.0.64"
aead = { version = "0.5.1", features = ["std"] } aead = { version = "0.5.1", features = ["std"] }
const-oid = { version = "0.9.0", features = ["std"] } const-oid = { version = "0.9.0", features = ["std"] }
cookie = { version = "0.16.0", features = ["key-expansion", "private"] } cookie = { version = "0.16.0", features = ["key-expansion", "private"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
anyhow = "1.0.62" anyhow = "1.0.64"
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
serde = { version = "1.0.144", features = ["derive"] } serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85" serde_json = "1.0.85"

View File

@ -12,7 +12,7 @@ chrono = { version = "0.4.22", features = ["serde"] }
serde = { version = "1.0.144", features = ["derive"] } serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85" serde_json = "1.0.85"
thiserror = "1.0.32" thiserror = "1.0.32"
anyhow = "1.0.62" anyhow = "1.0.64"
tracing = "0.1.36" tracing = "0.1.36"
# Password hashing # Password hashing

View File

@ -12,7 +12,7 @@ dev = []
tracing = "0.1.36" tracing = "0.1.36"
tokio = { version = "1.20.1", features = ["macros"] } tokio = { version = "1.20.1", features = ["macros"] }
anyhow = "1.0.62" anyhow = "1.0.64"
thiserror = "1.0.32" thiserror = "1.0.32"
tera = "1.17.0" tera = "1.17.0"