You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bump thiserror from 1.0.34 to 1.0.35
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35) --- updated-dependencies: - dependency-name: thiserror 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
2b570158ea
commit
b3e44b4241
@ -11,7 +11,7 @@ sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres", "mig
|
||||
chrono = { version = "0.4.22", features = ["serde"] }
|
||||
serde = { version = "1.0.144", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
anyhow = "1.0.64"
|
||||
tracing = "0.1.36"
|
||||
|
||||
|
Reference in New Issue
Block a user