Skip to content

Commit 2f3844a

Browse files
fix(deps): update rust crate futures to 0.3.24
1 parent 35f0d63 commit 2f3844a

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
axum = { version = "0.4.3", features = ["json", "multipart"] }
11-
futures = "0.3.19"
11+
futures = "0.3.24"
1212
serde = { version = "1.0.133", features = ["derive"] }
1313
tokio = { version = "1.15.0", features = ["macros", "rt-multi-thread"] }
1414
tracing = "0.1.29"

0 commit comments

Comments
 (0)