mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-15 01:35:26 +00:00
build(deps): bump tower-http from 0.6.1 to 0.6.2
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.1...tower-http-0.6.2) --- updated-dependencies: - dependency-name: tower-http 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
238cfc2967
commit
5250da099e
Generated
+2
-2
@@ -6521,9 +6521,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tower-http"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97"
|
||||
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"bytes",
|
||||
|
||||
+1
-1
@@ -322,7 +322,7 @@ features = ["util"]
|
||||
|
||||
# Tower HTTP layers
|
||||
[workspace.dependencies.tower-http]
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
features = ["cors", "fs", "add-extension", "set-header"]
|
||||
|
||||
# Logging and tracing
|
||||
|
||||
Reference in New Issue
Block a user