1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump axum-extra from 0.3.0 to 0.3.1

Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.0 to 0.3.1.
- [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-extra-v0.3.0...axum-extra-v0.3.1)

---
updated-dependencies:
- dependency-name: axum-extra
  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]
2022-05-11 08:15:05 +00:00
committed by Quentin Gliech
parent 4e3006d78d
commit 148a758cf3
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -516,9 +516,9 @@ dependencies = [
[[package]] [[package]]
name = "axum-extra" name = "axum-extra"
version = "0.3.0" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a00a7085c512df12d4e07a862b23a3b3bfe5326ecfc4185b49fb15c8850ba406" checksum = "f77e63453d67cf14576bad0f395ad1541f0b92949a6a53b548f40b77158fc095"
dependencies = [ dependencies = [
"axum", "axum",
"bytes 1.1.0", "bytes 1.1.0",

View File

@@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies] [dependencies]
async-trait = "0.1.53" async-trait = "0.1.53"
axum = { version = "0.5.5", features = ["headers"] } axum = { version = "0.5.5", features = ["headers"] }
axum-extra = { version = "0.3.0", features = ["cookie-private"] } axum-extra = { version = "0.3.1", features = ["cookie-private"] }
bincode = "1.3.3" bincode = "1.3.3"
chrono = "0.4.19" chrono = "0.4.19"
data-encoding = "2.3.2" data-encoding = "2.3.2"

View File

@@ -22,7 +22,7 @@ tower = "0.4.12"
tower-http = { version = "0.3.3", features = ["cors"] } tower-http = { version = "0.3.3", features = ["cors"] }
axum = "0.5.5" axum = "0.5.5"
axum-macros = "0.2.1" axum-macros = "0.2.1"
axum-extra = { version = "0.3.0", features = ["cookie-private"] } axum-extra = { version = "0.3.1", features = ["cookie-private"] }
# Emails # Emails
lettre = { version = "0.10.0-rc.6", default-features = false, features = ["builder"] } lettre = { version = "0.10.0-rc.6", default-features = false, features = ["builder"] }