Merge pull request #3996 from deltachat/dependabot/cargo/axum-0.6.4

This commit is contained in:
dependabot[bot]
2023-01-31 00:42:32 +00:00
committed by GitHub
2 changed files with 43 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ sanitize-filename = "0.4"
walkdir = "2.3.2"
# optional dependencies
axum = { version = "0.6.1", optional = true, features = ["ws"] }
axum = { version = "0.6.4", optional = true, features = ["ws"] }
env_logger = { version = "0.10.0", optional = true }
[dev-dependencies]