You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump axum from 0.5.6 to 0.5.7
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.5.6...axum-v0.5.7) --- updated-dependencies: - dependency-name: axum 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
dc8c6a8550
commit
b1a17194b7
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -477,9 +477,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "axum"
|
||||
version = "0.5.6"
|
||||
version = "0.5.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab2504b827a8bef941ba3dd64bdffe9cf56ca182908a147edd6189c95fbcae7d"
|
||||
checksum = "dc47084705629d09d15060d70a8dbfce479c842303d05929ce29c74c995916ae"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"axum-core",
|
||||
@ -509,9 +509,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "axum-core"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da31c0ed7b4690e2c78fe4b880d21cd7db04a346ebc658b4270251b695437f17"
|
||||
checksum = "c2efed1c501becea07ce48118786ebcf229531d0d3b28edf224a720020d9e106"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes 1.1.0",
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.56"
|
||||
axum = { version = "0.5.6", features = ["headers"] }
|
||||
axum = { version = "0.5.7", features = ["headers"] }
|
||||
axum-extra = { version = "0.3.3", features = ["cookie-private"] }
|
||||
bincode = "1.3.3"
|
||||
chrono = "0.4.19"
|
||||
|
@ -20,7 +20,7 @@ anyhow = "1.0.57"
|
||||
hyper = { version = "0.14.19", features = ["full"] }
|
||||
tower = "0.4.12"
|
||||
tower-http = { version = "0.3.4", features = ["cors"] }
|
||||
axum = "0.5.6"
|
||||
axum = "0.5.7"
|
||||
axum-macros = "0.2.2"
|
||||
axum-extra = { version = "0.3.3", features = ["cookie-private"] }
|
||||
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.5.6"
|
||||
axum = "0.5.7"
|
||||
bytes = "1.1.0"
|
||||
futures-util = "0.3.21"
|
||||
headers = "0.3.7"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.5.6", default-features = false }
|
||||
axum = { version = "0.5.7", default-features = false }
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_with = "1.14.0"
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
dev = []
|
||||
|
||||
[dependencies]
|
||||
axum = "0.5.6"
|
||||
axum = "0.5.7"
|
||||
headers = "0.3.7"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
|
Reference in New Issue
Block a user