We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff016b commit 3ff443dCopy full SHA for 3ff443d
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
[dependencies]
7
8
axum = { version = "0.8", features = ["http1", "json", "tokio", "tower-log", "tracing"], default-features = false }
9
-tokio = { version = "1.47", features = ["macros", "rt-multi-thread"] }
+tokio = { version = "1.49", features = ["macros", "rt-multi-thread"] }
10
imageproc = { version = "0.26" }
11
resvg = { version = "0.45", features = ["memmap-fonts", "system-fonts", "text"], default-features = false }
12
axum_typed_multipart = { version = "0.16.5", features = ["tempfile_3"], default-features = false }
0 commit comments