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.56 to 1.0.57

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

---
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-04-23 14:24:00 +00:00
committed by Quentin Gliech
parent 942861a558
commit 2e32559878
9 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View File

@ -90,9 +90,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.56" version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
[[package]] [[package]]
name = "argon2" name = "argon2"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies] [dependencies]
tokio = { version = "1.17.0", features = ["full"] } tokio = { version = "1.17.0", features = ["full"] }
futures = "0.3.21" futures = "0.3.21"
anyhow = "1.0.56" anyhow = "1.0.57"
clap = { version = "3.1.12", features = ["derive"] } clap = { version = "3.1.12", features = ["derive"] }
dotenv = "0.15.0" dotenv = "0.15.0"
schemars = { version = "0.8.8", features = ["url", "chrono"] } schemars = { version = "0.8.8", features = ["url", "chrono"] }

View File

@ -11,7 +11,7 @@ tracing = { version = "0.1.34", features = ["log"] }
async-trait = "0.1.53" async-trait = "0.1.53"
thiserror = "1.0.30" thiserror = "1.0.30"
anyhow = "1.0.56" anyhow = "1.0.57"
schemars = { version = "0.8.8", features = ["url", "chrono"] } schemars = { version = "0.8.8", 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.56" anyhow = "1.0.57"
async-trait = "0.1.53" async-trait = "0.1.53"
tokio = { version = "1.17.0", features = ["macros"] } tokio = { version = "1.17.0", features = ["macros"] }
tracing = "0.1.34" tracing = "0.1.34"

View File

@ -17,7 +17,7 @@ tracing = "0.1.34"
# Error management # Error management
thiserror = "1.0.30" thiserror = "1.0.30"
anyhow = "1.0.56" anyhow = "1.0.57"
# Web server # Web server
hyper = { version = "0.14.18", features = ["full"] } hyper = { version = "0.14.18", features = ["full"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
anyhow = "1.0.56" anyhow = "1.0.57"
async-trait = "0.1.53" async-trait = "0.1.53"
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.56" anyhow = "1.0.57"
async-trait = "0.1.53" async-trait = "0.1.53"
base64ct = { version = "1.5.0", features = ["std"] } base64ct = { version = "1.5.0", features = ["std"] }
chrono = { version = "0.4.19", features = ["serde"] } chrono = { version = "0.4.19", features = ["serde"] }

View File

@ -12,7 +12,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
serde = { version = "1.0.136", features = ["derive"] } serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79" serde_json = "1.0.79"
thiserror = "1.0.30" thiserror = "1.0.30"
anyhow = "1.0.56" anyhow = "1.0.57"
tracing = "0.1.34" tracing = "0.1.34"
# Password hashing # Password hashing

View File

@ -12,7 +12,7 @@ dev = []
tracing = "0.1.34" tracing = "0.1.34"
tokio = { version = "1.17.0", features = ["macros"] } tokio = { version = "1.17.0", features = ["macros"] }
anyhow = "1.0.56" anyhow = "1.0.57"
thiserror = "1.0.30" thiserror = "1.0.30"
tera = "1.15.0" tera = "1.15.0"