mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-07 13:12:37 +00:00
37a3bc6609
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.2...tower-http-0.3.3) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
382 B
TOML
21 lines
382 B
TOML
[package]
|
|
name = "mas-static-files"
|
|
version = "0.1.0"
|
|
authors = ["Quentin Gliech <quenting@element.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[features]
|
|
dev = []
|
|
|
|
[dependencies]
|
|
axum = "0.5.4"
|
|
headers = "0.3.7"
|
|
http = "0.2.7"
|
|
http-body = "0.4.4"
|
|
mime_guess = "2.0.4"
|
|
rust-embed = "6.4.0"
|
|
tower = "0.4.12"
|
|
tower-http = { version = "0.3.3", features = ["fs"] }
|
|
tracing = "0.1.34"
|