You've already forked authentication-service
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.57 to 1.0.58
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.58. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.58) --- 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:
committed by
Quentin Gliech
parent
98b248f959
commit
2ed22a618a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
@ -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"
|
||||
|
@ -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"] }
|
||||
|
@ -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"
|
||||
|
@ -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"] }
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user