Merge pull request #3715 from deltachat/dependabot/cargo/axum-0.5.17

This commit is contained in:
dependabot[bot]
2022-11-02 14:18:04 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ typescript-type-def = { version = "0.5.3", features = ["json_value"] }
tokio = { version = "1.21.2" }
# optional dependencies
axum = { version = "0.5.16", optional = true, features = ["ws"] }
axum = { version = "0.5.17", optional = true, features = ["ws"] }
env_logger = { version = "0.9.1", optional = true }
walkdir = "2.3.2"