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

build(deps): bump thiserror from 1.0.40 to 1.0.41

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.40 to 1.0.41.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.40...1.0.41)

---
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:
dependabot[bot]
2023-07-04 19:40:46 +00:00
committed by Quentin Gliech
parent b0212f2cb2
commit c068460cd7
19 changed files with 22 additions and 22 deletions

View File

@ -10,7 +10,7 @@ anyhow = "1.0.71"
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.99"
thiserror = "1.0.40"
thiserror = "1.0.41"
tokio = { version = "1.29.1", features = ["io-util"] }
tracing = "0.1.37"
wasmtime = { version = "9.0.4", default-features = false, features = ["async", "cranelift"] }