Merge pull request #4171 from deltachat/dependabot/cargo/axum-0.6.11

This commit is contained in:
dependabot[bot]
2023-03-19 13:30:54 +00:00
committed by GitHub
2 changed files with 5 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ walkdir = "2.3.2"
base64 = "0.21"
# optional dependencies
axum = { version = "0.6.6", optional = true, features = ["ws"] }
axum = { version = "0.6.11", optional = true, features = ["ws"] }
env_logger = { version = "0.10.0", optional = true }
[dev-dependencies]