mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-09-16 14:02:38 +00:00
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] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
066265f2b1
commit
0d355d5500
Generated
+2
-2
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user